Skip to content

fadhilfath/BigDataHCC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages

  • HTML 99.2%
  • Other 0.8%