- Go
go mod tidy
- Datastar Pro + Rocket
- Grab
datastar-pro.jsand drop it into the/web/resources/static/datastar/directory
- Web Dependencies
go run cmd/web/build/main.go
- uses
esbuild - can be used to bundle dependencies
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