- Run tests:
cargo test --release
The book
contains the specification of POD2. A rendered version of the site can be found at: https://0xparc.github.io/pod2/
To run it locally:
- Requirements
- mdbook:
cargo install mdbook
- mdbook-katex:
cargo install mdbook-katex
- mdbook:
- Go to the book directory:
cd book
- Run the mdbook:
mdbook serve