# celestial

## Compile proto files

(unix) Make sure that `protogen.sh` is executable 
```shell script
chmod +x ./src/scripts/protogen.sh
```
Run
```shell script

npm run proto
```
