This project uses a pretty standard Go build pattern:
# Compile
go build
# Test
go test ./...
# Lint
# Install staticcheck: https://staticcheck.io/docs/getting-started/
staticcheck
Unfortunately, cross-compilation doesn't work very well due to the native dependencies involved.
- Install pnpm
pnpm -C docs/ start
- Open
https://localhost:8080
in your browser