is pre alpha and very much work in progress.
You just need go v1.22 or later for this.
go run cmd/brainslurp/main.go
Requirements:
- go v1.22 or later https://go.dev/dl/
- templ (
go install github.com/a-h/templ/cmd/[email protected]
) - protoc v5.27.0--rc1 https://github.com/protocolbuffers/protobuf
- protoc-gen-go v1.33.0 (
go install google.golang.org/protobuf/cmd/[email protected]
) - ( optional but recommended ) air (
go install github.com/cosmtrek/air@latest
)
After changes to .proto
files just run ./gen-proto.sh
from the repo root.
With air you can just run air
in the repo root to start the server and have a file watcher that restarts on
file changes.