Develop the handbook locally
This project uses mdBook
to create the deployed version of the handbook.
To install mdBook
on your device please refer to this installation guide.
Once mdBook is installed on your computer, you can navigate to the project's root folder and run
mdbook build --open
to build the handbook and open it in your deafult browser.
During development you can use
mdbook serve
command which will launch an HTTP server and serve the content at localhost:3000
. It watches the bookβs src
directory for changes, rebuilding the book and refreshing clients for each change.
For more information you can refer to the mdBook
documentation.
Contribute to this repo
If you feel like you can add anything useful β whether itβs a new feature, a bug fix, or an improvement β feel free to contribute! Just fork the repo, make your changes, and open a pull request. Every bit of help is appreciated! π