This is the mobile app for Tournia.
Install Ionic:
$ npm install -g ionic
$ npm installNote: For a global install of -g ionic, OSX/Linux users may need to prefix the command with sudo.
To install lib libraries
$ npm install -g bower
$ bower updateTo view the result in your browser:
$ ionic serve [--lab]To start developing for a mobile platform:
$ ionic platform add ios
$ ionic build ios
$ ionic emulate iosSubstitute ios for android if not on a Mac, but if you can, the ios development toolchain is a lot easier to work with until you need to do anything custom to Android.
Update Ionic lib:
$ ionic lib updateFor more options, check out the docs.
http://www.tournia.net/live or download the app from http://www.tournia.net/app
Pull requests are welcome here!