## Compile in Mac

```
python3 -m venv .venv
source .venv/bin/activate
pip install setuptools
yarn install
yarn tsc
yarn build
```
