docs: add local structure notes

This commit is contained in:
2026-04-19 21:14:17 +02:00
parent eceae94063
commit 4e5bca3c33
4 changed files with 26 additions and 4 deletions

8
scripts/check.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
go test ./...
go vet ./...
bun run typecheck
bun run build:assets