DEVELOPMENT
April 3, 2026 ยท View on GitHub
We follow standard, make based commands for performing build operations.
PREREQUISITES
- a UNIX-like environment (e.g. WSL)
- bash 4+
- Go
- make
- ShellCheck 0.11.0+
- Provision additional dev tools with
make -f install.mk
Recommended
Postinstall
Register output of go env GOBIN to PATH environment variable.
TASKS
We automate engineering tasks.
Security Audit
make audit
Lint
make