10 lines
132 B
Markdown
10 lines
132 B
Markdown
|
|
|
|
## Build and Run in Browser
|
|
|
|
```
|
|
make BUILD=release wasm
|
|
python3 -m http.server 8000
|
|
# open https://localhost:8000/chess.html
|
|
```
|