Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 193 Bytes

File metadata and controls

19 lines (14 loc) · 193 Bytes

Run the desktop version

cargo run

Run the web version

cd platforms/wasm
trunk serve --open

Run the android version

cd platforms/android
cargo apk run