Working with doc tools
If you are set up for development (Nix), skip the install steps — tools are available automatically via the dev shell.
Building the website
- Clone the home repository
- Run
git submodule update --init --recursive - Install Zola 0.21.0 and place the binary in your
PATH - Run
zola serve— view changes atlocalhost:1111
Building the docs
- Clone the docs repository
- Install mdBook 0.5.2 and place the binary in your
PATH - Run
mdbook serve— view changes atlocalhost:3000