To work on this project follow the steps outlined in this file
Get protoc and the go codegen
sudo apt install protobuf-compiler
go install google.golang.org/protobuf/cmd/[email protected]
go install google.golang.org/grpc/cmd/[email protected]
- Make sure that the go path is in your PATH
- Run
make
on the root folder of the repo - Run
devserver.sh
for a quick run of the server in dev mode or with goland use the usual run methods