This app is no longer developed nor maintained.
We've switched to native apps for Android and iOS:
Official HabitRPG mobile app, build with PhoneGap and AngularJS.
NodeJS and NPM are required to build habitrpg-mobile, please refer to your platform's documentation on how to install these.
- Clone the repository
git clone https://github.com/HabitRPG/habitrpg-mobile.git
- Install utilities
npm install -g bower cordova ionic
- Install dependencies
npm install
- Install bower components
bower install
- Start the local testing server
gulp
- Navigate to
http://localhost:9000
Platforms are: ios
or android
- Add cordova platform
ionic platform add <platform>
- Start the application on a connected device
ionic run <platform>
For all the other ionic commands see ionic --help
If you would like to contribute, please review the Contributing to HabitRPG wiki page.
If you find a general (i.e., not exclusive to mobile platforms) HabitRPG issue please post it to the main HabitRPG issue tracker.
If you have an Ionic Framework issue or question consider posting it on the Ionic Forum. If there is truly an Ionic Framework error, follow their guidelines for submitting an issue to the main Ionic repository.