Welcome to the repo for musicandcolour.co.uk.
- clone this github repo
- Run
npm install
to install all node dependencies - Run
bower install
to run all bower dependencies - Run
gulp serve
. This will inject all necessary css and js into your html and fire up a local server - Visit http://localhost:5000
Note: you wont be able to load any demos unless you have a valid soundcloud API key
- Run
npm test
to run all tests