Everything I've learned from the Big Data HCI course (Volume III).
$ npm install
$ node build.js
The server is default to http://localhost:8081
Commit changes
$ git add build
$ git commit -m 'your commit message'
Publish on gh-pages
$ git subtree push --prefix build origin gh-pages