Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 416 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 416 Bytes

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