|
|
hace 5 años | |
|---|---|---|
| backend | hace 5 años | |
| client | hace 5 años | |
| cmd | hace 5 años | |
| example | hace 5 años | |
| scripts | hace 5 años | |
| server | hace 5 años | |
| vendor | hace 5 años | |
| .gitignore | hace 5 años | |
| Makefile | hace 5 años | |
| Protobuild.toml | hace 5 años | |
| README.md | hace 5 años | |
| setup-dev.sh | hace 5 años | |
| vendor.conf | hace 5 años |
To setup a development machine to update the API protobufs, first run the ./setup-dev.sh script
to install the correct version of protobufs on your system and get the protobuild binary.
> make
The example backend code is located in /example/backend.
Build the service with the resulting binary placed in the /bin directory.
> make example