Following is recommended workflow:
- Please fork this repo and send pull requests.
- For minor edits, you edit pages using Github's web-based editor.
- For major edits, it will be better to use gitbook-editor on localhost.
- It will be useful to check gitbook help docs. Not all docs may be useful to you.
Please feel free to open a github issue if you need more help.
- Install gitbook (globally) -
npm install -g gitbook
- Clone your forked repo -
git clone <forked-repo-url>
- Change directory to gitbook -
cd book/content
(assuming your forked repo is also named asbook
) - Install gitbook plugins -
gitbook install
- Build gitbook -
gitbook build
- Preview gitbook -
gitbook serve
and open http://localhost:4000