Skip to content

Tournia/app

Repository files navigation

This is the mobile app for Tournia.

How to start developing

Install Ionic:

$ npm install -g ionic
$ npm install

Note: 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 update

To 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 ios

Substitute 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 update

For more options, check out the docs.

Demo

http://www.tournia.net/live or download the app from http://www.tournia.net/app

Issues

Pull requests are welcome here!

Releases

No releases published

Packages

No packages published