diff --git a/README.md b/README.md index d2af656..fe6c552 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # Minesweeper using Rust & WASM Tutorial: https://www.youtube.com/watch?v=0ywizYLPV00 + +## Development + +``` +wasm-pack build --target web +serve +``` + +If it says that you don't have `serve`, you can install from here: https://www.npmjs.com/package/serve. diff --git a/index.html b/index.html index ca3094a..be7c493 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@ html {