17 lines
243 B
Markdown
17 lines
243 B
Markdown
# Development
|
|
|
|
## Protobuf
|
|
|
|
Run following scripts when [proto files](./proto/) are updated.
|
|
|
|
1. Install dependencies
|
|
```bash
|
|
yarn
|
|
```
|
|
|
|
2. Generate typescript code for the proto files
|
|
|
|
```bash
|
|
./scripts/proto-gen.sh
|
|
```
|