Development environment
For the documentation
Setup
You need to configure python3 and pip first.
Run the site locally
or
For the project
By default you have the latest Go installed (currently 1.19), and added GOPATH/bin
to the PATH environment variable.
Setup
This installs the formatting and lint tools, which can be used via make fmt
and make lint
.
For ProtoBuffer changes, you also need make proto_install
and make proto
.