This is a gitbook project. Check out the official documentation for more detatis.
The content of the book is in the ./content
folder in this project.
- SUMMARY.md is the left-side menu. Add the link to new pages to add to the menu.
- Create and edit in the
./content
folder. This will automatically add it to the_book
folder.
To install the dependencies:
npm install
Run the gitbook server at localhost:4000
npm run serve
Build a static copy of the book:
npm run build
Run a local debug version of the server:
npm run debug