A Strava based challenge app - challenge your friends via Strava for the bragging rights on your favorite segments.
- Product Owner: Justin Zimmerman
- Scrum Master: Shan Batla
- Development Team Members: David Lee, A.J. Mullins
Find your friends via Strava, then challenge them for the fastest time on a particular segement.
- Node 4.x.x
- Bower
- Grunt
- Ionic framework (install instructions below)
- Cordova, and associated plugins (install instructions below)
####From within the root directory (client side):
Step 1. Install Ionic framework and libraries
npm install -g ionicStep 2. Install Cordova
cordova platform add iosStep 3. Install client side dependencies
bower installStep 4. Install iOS platform for Ionic
ionic platform add iosStep 5. Install Cordova plugin for the in-app browser
cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.gitStep 6. To run app in browser, use the following command
ionic serve -lStep 7. To run app in an iOS emulator (requires Mac OSX), use the following command
ionic emulate ios####From within the root directory (server side):
Step 1. Install server side dependencies
npm installStep 2. Run Grunt - builds out app, runs test, and runs app on local host
gruntView the project roadmap here
See CONTRIBUTING.md for contribution guidelines.