Needed pre-reqs Rust obvs ``` rustup target add wasm32-unknown-unknown cargo install --locked trunk ``` Run with ``` trunk serve --open ```