Skip to content

domenvajevec/WorldOrchestra

 
 

Repository files navigation

WorldOrchestra

Codeship Status for WorldOrchestra/WorldOrchestra

Code Climate

Bringing the world together - one track at a time.

screenshot

Table of Contents

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

Team

  • Product Owner: Dave Fedele
  • Scrum Master: Albert Lee
  • Development Team Members: Domen Vajevec, Tyler Davis

Requirements

  • Node
  • MongoDB
  • Grunt
  • Bower

Installing Dependencies

From within the root directory:

npm install
bower install
cd test
bower install

Usage

From the root directory run:

  • grunt : Runs jshint, tests and builds the project.
  • grunt build : Builds the project. All production ready files are stored in the dist directory.
  • grunt serve : Runs a local server for a preview of the site using the original files.
  • grunt serve:dist : Builds the project and runs a server locally for a preview of the site using the concatenated and uglified files.
  • grunt serve:test : Runs a local server and opens the test file for Mocha, Chai, and Sinon.
  • grunt test : Runs a local server and opens the test files for Casper.

Development

All development is done in the public or server folders. Running grunt or grunt build will build your project into the dist folder. Use the dist folder for pushing to a production server.

Roadmap

View the project roadmap here

Stories in Ready

Contributing

See CONTRIBUTING.md for contribution guidelines.

Resources

https://blog.dirk-eisenberg.de/2014/12/21/deploy-angularjs-apps-to-azure-websites-with-codeship/ https://bl.ocks.org/hunzy/11110940

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.7%
  • CSS 2.7%
  • HTML 1.6%