Getting started¶
You'll need to install these dependencies on your system to get started:
- Rust
- Material for MkDocs (only for editing this book)
Run this command to run the automated tests:
cargo test
And to serve a development version of the book, run:
cd docs
mkdocs serve