/habitrpg-mobile

HabitRPG mobile application under development. Angular + PhoneGap

Primary LanguageJavaScript

HabitRPG Mobile

Official HabitRPG mobile app, build with PhoneGap and AngularJS.

#Installation

##Install the mobile app

##Install HabitRPG Server If you want to test the app against a local test server instead of production (it's not entirely necessary, but may give you some more insight when debugging), See installation instructions at https://github.com/lefnire/habitrpg/wiki/Running-Locally, be sure to checkout the #develop branch instead of #master

##Building When everything's ready to go, I run grunt build which creates a minified / concat'd / optimized directory at dist/. Keep this in mind if there are extra files you're adding outside the usual locations, or if your scripts don't like to be minified for whatever reason (it's not uncommon), etc etc.