This document describes the tools and workflows necessary to get started working on the Polar Signals' protobuf definitions.
We'll need a couple of tools to spin up the dev environment. Make sure they are installed by running the env-proto.sh
script.
Use make proto-install
to install necessary 3rd party proto dependencies to generate necessary server and client code.
Use make proto
to generate server-side Go code.