diff --git a/README.md b/README.md new file mode 100644 index 0000000..684d3ac --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ + + +## Build and Run in Browser + +``` +make BUILD=release wasm +python3 -m http.server 8000 +# open https://localhost:8000/chess.html +```