|
|
5 yıl önce | |
|---|---|---|
| azure | 5 yıl önce | |
| backend | 5 yıl önce | |
| cli | 5 yıl önce | |
| client | 5 yıl önce | |
| compose | 5 yıl önce | |
| containers | 5 yıl önce | |
| context | 5 yıl önce | |
| example | 5 yıl önce | |
| scripts | 5 yıl önce | |
| server | 5 yıl önce | |
| util | 5 yıl önce | |
| .dockerignore | 5 yıl önce | |
| .gitignore | 5 yıl önce | |
| Dockerfile | 5 yıl önce | |
| Makefile | 5 yıl önce | |
| README.md | 5 yıl önce | |
| consts.go | 5 yıl önce | |
| go.mod | 5 yıl önce | |
| go.sum | 5 yıl önce | |
| setup-dev.sh | 5 yıl önce |
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