This is assuming you have all dependencies install and configured (docs TODO)
# Build
cd soapong2/
make build-web
# Host
cd out/debug/web
python3 -m http.server 1738Do not try to build the exe via WSL. It will fail.
rem Build
cd soapong2/
odin build game
rem Run
odin.exe