lunabrain
1.0.0
Build shared context with you and your homies.

LunaBrain is licensed under the Apache 2.0 license. See the LICENSE file for more details.
To get started with LunaBrain, follow these steps:
git clone --recursive https://github.com/lunabrain-ai/lunabrain.gitBackend
go run main.go start --devSince the static assets are generated, you could to go to http://localhost:8000 and it should work now.
If you want to hack on the frontend, keep reading.
Frontend
npm install
npm run dev:siteExtension
npm run dev:extensionAre all these right? Are there more? Someone tell me.
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latestThis project uses grpc to communicate between different services. To keep them in sync after making changes, run the following:
go generate -x ./...We welcome contributions to LunaBrain! To contribute, please follow these steps:
Come hang out with us on Discord!