Skip to content

Developer guide

Prerequisites

Install Task

macOS

brew install go-task/tap/go-task

Linux

sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin

Windows

choco install go-task

Running the documentation site locally

task docs-serve

This will install dependencies and start a local server at http://localhost:8000. The site reloads automatically as you edit files in the docs/ directory.