To run locally:
- Install Emscripten with
./install_emsdk.sh - Run
pnpm installto install frontend dependencies - Run
pnpm buildto compile the chess engine and build the frontend
The static files will be available in the dist/ folder, which can then be served.