BetterArguruments / nofapp

Awesome App to track your NoFap progress
http://betterarguruments.github.io/nofapp
2 stars 0 forks source link

nofapp

Awesomeness.

Dev Roadmap

for future milestones, feature discussion and enhancements specific to the nofapp app see the filtered issues

Build

If you haven't installed Cordova and Ionic yet, do it:

sudo npm install -g cordova ionic

Clone this repo

git clone https://github.com/BetterArguruments/nofapp.git

Install Node.js and Bower Dependencies

npm install
bower install

Install Cordova Plugins based on package.json

ionic state restore

Debug

Important! Native plugins like Cordova-SQLite won't work in the browser. Therefore, we should debug in our devices or emulators from now on.

Guess what! You have to re-build it every time, for example with ionic serve:

ionic serve -b

Run the App (Android)

ionic run android

Launch a refined adb logcat

adb logcat Cordova:D DroidGap:D CordovaLog:D chromium:I *:S