- npm
- pnpm
- nrwl/nx (https://nx.dev)
- just https://github.com/casey/just
Install submodules:
- Goto projects/emsdk
- Run
git submodule update --init --recursive
- Run
./emsdk install latest
- Run
./emsdk activate latest
- Source emscc by following instructions in the console
- Once per session run
just source
, copy the command and run it in your shell. This will link the emsdk to your shell. - Build system
just build
- Run
just start
Algorithms used in this project are derived from https://github.com/Sable/Ostrich