/book

Everything I've done and learned from the Big Data HCI course

Primary LanguageHTMLMIT LicenseMIT

book

Everything I've done and learned from the Big Data HCI course

Install

Run this to install dependencies

$ npm install

Development

Run the serve to preview locally

$ gitbook serve

Deployment

Build

$ gitbook build

Commit

$ git add _book

$ git commit -m -a 'a commit message'

Upload

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

The updated book should be visible at [your-github-id].github.io/book