This documentation is a work in progress.
- Make sure you have node.js installed
// Fork the repo in GitHub
git clone [email protected]:[your git username]/mobile.git
cd mobile
git remote add upstream [email protected]:binary-com/mobile.git
npm install -g bower gulp cordova ionic ios-sim
npm install
bower install// In project root
git pull upstream master
bower update
ionic serveionic emulate iosgit push origin master
// Create a pull request from your fork in GitHubTo update SCSS files, run the following command in another terminal
gulp sass // compiles scss files to css
gulp watch // compiles scss files to css everytime a scss file gets changed