Skip to content

Development

This page describes how to set up a local development environment.

Prerequisites

Install the following tools before you start:

Working on the documentation

The documentation site is built with Zensical. Common tasks are exposed through the justfile:

# Build the static site into ./site
just build-docs

# Serve the docs locally with live reload
just serve-docs

See the Reference section for details on authoring content.