This repository contains the source code for terranix.org / terranix.github.io rendered by mdBook.
# Serve dynamic preview on `localhost:3000`
nix run .#serve
# Check that website builds and that .nix files are formatted
nix run .#check
# Produce static website content in `book/`
nix run .#build