Pithy project description
- Product Owner: Ron Fenolio
- Scrum Master: Kristin Mayer
- Development Team Members: Angel Tam, Heidi Kumar
Some usage instructions
- Node 0.10.x
- Redis 2.6.x
- Postgresql 9.1.x
- etc
- etc
From within the root directory:
sudo npm install -g bower
npm install
bower install
View the project roadmap here
- Run "sudo npm install -g cordova ionic"
- Run "ionic start hunt"
- Hit n to avoid push notifications for ionic account
- Move all files except www folder, bower.json, scss folder, and package.json from hunt to client
- Delete hunt folder
- Run "bower install"
- Run "node server/server.js"
- cd client
- Run "ionic setup sass"
- Run "ionic platform add ios"
- Run "ionic build"
- Run "ionic emulate ios"
See CONTRIBUTING.md for contribution guidelines.