/GreatHunt

Primary LanguageJavaScript

Project Name

Pithy project description

Team

  • Product Owner: Ron Fenolio
  • Scrum Master: Kristin Mayer
  • Development Team Members: Angel Tam, Heidi Kumar

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

Some usage instructions

Requirements

  • Node 0.10.x
  • Redis 2.6.x
  • Postgresql 9.1.x
  • etc
  • etc

Development

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install

Roadmap

View the project roadmap here

Adding Ionic to Files

  1. Run "sudo npm install -g cordova ionic"
  2. Run "ionic start hunt"
  3. Hit n to avoid push notifications for ionic account
  4. Move all files except www folder, bower.json, scss folder, and package.json from hunt to client
  5. Delete hunt folder
  6. Run "bower install"
  7. Run "node server/server.js"
  8. cd client
  9. Run "ionic setup sass"
  10. Run "ionic platform add ios"
  11. Run "ionic build"
  12. Run "ionic emulate ios"

Adding Icons and Splash Screens

  1. All files for icons and splash screens can be found in their respective folders within the www folder.
  2. 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"
  3. Using the splash files follows the same process, except you will be replacing the files from the splash folder within Resources.

Contributing

See CONTRIBUTING.md for contribution guidelines.