Skip to content
timkendall edited this page Oct 1, 2014 · 2 revisions

This is an Angular.js app and as such we rely heavily on the modular style of code it encourages. If you are unfamiliar with how an Angular app is organized familiarize yourself with one of the many online tutorials - try this one.

Guidelines

  • Follow Angular.js best practices
  • When adding a new feature, create a new branch in the format feat/myfeature
  • Branches should be created with descriptive prefixes such as feat/, fix/, etc.

Running

  1. Install dependencies with bower install
  2. Install node modules for development with npm install
  3. Start up the local app instance with gulp watch This will automatically reload the app and recompile SASS styles when changes are made.

Testing

Clone this wiki locally