This repository contains the source code for the Kona book, which is available at anton-rs.github.io/kona.
To build the book locally, a few dependencies are required:
cargo install mdbook mdbook-mermaid mdbook-template
Then, to run the book locally during development, run:
mdbook serve