Skip to content
/ book Public
forked from bigdatahci2015/book

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

License

Notifications You must be signed in to change notification settings

sumi6109/book

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.3%
  • Other 0.7%