by: @TheComputerM
- NodeJS (+ pnpm preferably)
- Dart
- GNU make
- Install dart packages using
dart pub get
. - Build the WASM module using
make
. - Install npm packages using
npm i
orpnpm i
inside the web directory. - Run
pnpm dev
inside the web directory and visit https://localhost:5173/.