The Slush homepage
All pull requests should be made to the develop
branch.
Gulp:
npm install -g gulp
Local dependencies:
npm install && bower install
gulp serve
Open: http://localhost:3000
in your browser.
gulp dist
Run it by opening ./dist/index.html
in your browser.
You'll need push access to the repo to do this!
gulp deploy
MIT