Add README

This commit is contained in:
2025-12-19 04:04:27 +01:00
parent 02b1ca4cfe
commit 5a5252c13a

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
## Build and Run in Browser
```
make BUILD=release wasm
python3 -m http.server 8000
# open https://localhost:8000/chess.html
```