😎 All awesome curated lists from GitHub.
This project aims to provide a simple way to access all awesome curated lists that exists in GitHub. My intent with this project was also to test performance and UI look'n'feel of ionic apps in all target platforms.
awesomeness is an ionic project forked from The Ionic Super Starter.
In order to serve it do as follows
$ ionic serveIf you don't have ionic-cli installed, take a look here.
To generate a web (PWA) release do
$ ionic build --prod --service-worker -- --base-href /awesomeness/Every release is updated in gh-pages branch and is available at https://rubenochiavone.github.io/awesomeness/.
To generate an android release do
$ ionic cordova build android --prod --release
$ jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore keys/awesome-release-key.keystore ./platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk awesomeness
$ zipalign -v 4 ./platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk app-release.apkKeystore password is awesomeness.
To generate an iOS release do
$ ionic cordova platform add ios
$ ionic cordova build ios --prodFeel free to contribute, no guidelines to contribute ATM.
MIT license, see LICENSE.txt.