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 ionic
Step 2. Install Cordova
cordova platform add ios
Step 3. Install client side dependencies
bower install
Step 4. Install iOS platform for Ionic
ionic platform add ios
Step 5. Install Cordova plugin for the in-app browser
cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git
Step 6. To run app in browser, use the following command
ionic serve -l
Step 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 install
Step 2. Run Grunt - builds out app, runs test, and runs app on local host
grunt
View the project roadmap here
See CONTRIBUTING.md for contribution guidelines.