Stephen Seo
cd9f7446a4
(MVP is Minimum Viable Product.) Enough is implemented to view a 7x8 board and click on the tiles in the board to change their states.
328 B
328 B
How to Test
- Have Rust installed via rustup.
- Have the wasm target installed.
rustup target add wasm32-unknown-unknown
- Have
trunk
installed and in PATH.cargo install trunk
- Serve the front-end via trunk.
trunk serve
- This should serve a local server at
127.0.0.1:8080
- This should serve a local server at