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