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.
10 lines
328 B
Markdown
10 lines
328 B
Markdown
# 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`
|