Bringing the world together - one track at a time.
- Product Owner: Dave Fedele
- Scrum Master: Albert Lee
- Development Team Members: Domen Vajevec, Tyler Davis
- Node
- MongoDB
- Grunt
- Bower
From within the root directory:
npm install
bower install
cd test
bower install
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 thedist
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.
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.
View the project roadmap here
See CONTRIBUTING.md for contribution guidelines.
Tone.js
midi-js-soundfonts
Recorderjs
wavesurfer.js
backbone.modal
http://blog.dirk-eisenberg.de/2014/12/21/deploy-angularjs-apps-to-azure-websites-with-codeship/ http://bl.ocks.org/hunzy/11110940