Required dependencies:
Optional global dependencies:
- gulp (if adding/testing gulp tasks)
- bower (if changing bower dependencies)
$ npm install
To start the development server:
$ npm start
This will open http://0.0.0.0:6772/ in your web browser. The webpage will reload automatically whenever any files are changed.
$ npm run deploy
This will redeploy the website to the gh-pages
branch on Github.