|
|
há 5 anos atrás | |
|---|---|---|
| backend | há 5 anos atrás | |
| cli | há 5 anos atrás | |
| client | há 5 anos atrás | |
| compose | há 5 anos atrás | |
| containers | há 5 anos atrás | |
| context | há 5 anos atrás | |
| example | há 5 anos atrás | |
| scripts | há 5 anos atrás | |
| server | há 5 anos atrás | |
| util | há 5 anos atrás | |
| .dockerignore | há 5 anos atrás | |
| .gitignore | há 5 anos atrás | |
| Dockerfile | há 5 anos atrás | |
| Makefile | há 5 anos atrás | |
| README.md | há 5 anos atrás | |
| consts.go | há 5 anos atrás | |
| go.mod | há 5 anos atrás | |
| go.sum | há 5 anos atrás | |
| setup-dev.sh | há 5 anos atrás |
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