Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 446 Bytes

File metadata and controls

17 lines (12 loc) · 446 Bytes

terranix.org website

This repository contains the source code for terranix.org / terranix.github.io rendered by mdBook.

How to preview

# 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