- nodejs
- npm
- Xcode
sudo npm install -g forcereact
git clone https://thechunk@bitbucket.org/cx830/cx830.git
git submodule update --init
cd cx830 && npm install
npm start
- Update ios/App.plist with OAuth key (see: Create a Connected App) and Google Maps API key
cd ios && pod install
cd .. && open ios/CX830.xcworkspace
- Run project in iOS Simulator
git fetch origin develop
git checkout develop
- ???
git push origin develop