- Go
go mod tidy- Datastar + Rocket
task download # runs `go run cmd/web/downloader/main.go`- Downloads the
datastar-rocket.jsbundle into the/web/resources/static/datastar/directory
- Web Dependencies
go run cmd/web/build/main.go
- uses
esbuild
go tool task liveOR
go tool air -build.cmd "go build -tags=dev -o tmp/bin/main ./cmd/web" -build.bin "tmp/bin/main" -misc.clean_on_exit true -build.include_ext "go,templ"
# watch and rebuild web assets + hotreload
go run cmd/web/build/main.go -watch
# watch and rebuild templ components
go tool templ generate -watch- land.json
- all-members.json -> scraped from Discord API on 2026-01-28