Example GitBook. Content is meaningless. Replace with your own.
Landing page content goes here.
$ git clone [email protected]:radavis/example-gitbook.git --origin fork your-new-gitbook
$ cd your-new-gitbook
$ which gitbook || npm install gitbook-cli -g # npm is a requirement
$ gitbook install # install plugins
$ gitbook serve # visit localhost:4000
$ gitbook build # builds static site in ./_book
$ gitbook build ./ --log=debug --debug # debug mode
Then, edit away.
$ git remote add origin [email protected]:YOUR_USERNAME/example-gitbook.git
$ ./bin/publish
$ open https://YOUR_USERNAME.github.io/example-gitbook