Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 366 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 366 Bytes

Book 3

Everything I've learned from the Big Data HCI course (Volume III).

Install

$ npm install

Test / Development

$ node build.js

The server is default to http://localhost:8081

Deploy

Commit changes

$ git add build

$ git commit -m 'your commit message'

Publish on gh-pages

$ git subtree push --prefix build origin gh-pages