/Thesis

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"

Contributing

See CONTRIBUTING.md for contribution guidelines.