This is the source repo for the Veraison book hosted at
http://www.veraison-project.org/book/
To build it locally, first make sure you have all the dependencies:
make bootstrap
(this only needs to be done once). And then
make book
When making changes, you can host a version locally that gets updated in real time with
make serve