- Install mdBook following the instructions on mdBook
- Clone the repo
- Run
mdbook serve
to start a local server, then open localhost:3000 to view the book. You can use the--open
flag to open the browser automatically:mdbook serve --open
- Make changes to the book and refresh the browser to see the changes
- Open a PR with your changes