$ npm install -g gulp
$ npm install
$ gulp serve
$ gulp
Build and optimize the site, ready for deployment. This includes linting as well as image, script, stylesheet and HTML optimization and minification.
$ gulp serve:dist
Serve the optimized and minified version of the site for local testing.
$ gulp deploy
This builds for production, then deploys the dist folder to gh-pages.