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"
- All files for icons and splash screens can be found in their respective folders within the www folder.
- To use the icons, replace the current files with those in the icons folder. The files are placed under the path: client > platforms > ios > hunt > Resources > icons. Note that this can only be done after running the command "ionic build ios"
- Using the splash files follows the same process, except you will be replacing the files from the splash folder within Resources.
See CONTRIBUTING.md for contribution guidelines.