This documentation is a work in progress.
- Make sure you have node.js installed
// fork the repo
git clone [email protected]:[your git username]/mobile.git
cd mobile
npm install -g cordova
npm install -g ionic
npm install
bower install
ionic serve
// choose localhost
To update SCSS files, run the following command in another terminal
gulp sass // compiles scss files to css
// or
gulp watch // compiles scss files to css everytime a scss file gets changed