This directory holds the code related to documentation and specifications of the proof systems.
It is built with Docusaurus.
# Install dependencies
make deps
# Serve the page locally with hot reload
make serve
# Then open http://localhost:3000/proof-systems/ in your browser
# Build for production
make build
# Serve the production build locally
make serve-built
# Clean generated artifacts
make cleanThe specifications in the book are dynamically generated. Refer to the specifications/ directory.