Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 985 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 985 Bytes

example workflow

Escape The Creepers

YouTube Video

https://youtu.be/5hF38AoG0U0

Live DEMO

https://security-union.github.io/escape-the-creepers-with-rust/

How to run

trunk serve

Prerequisites

  1. Install rust, cargo and friends. Please watch this video for more details: https://youtu.be/nnuaiW1OhjA https://doc.rust-lang.org/cargo/getting-started/installation.html

  2. Install trunk and target add wasm32-unknown-unknown please watch this video for more details: https://youtu.be/In09Lgqxp6Y

cargo install --locked trunk
target add wasm32-unknown-unknown
  1. Install cargo watch
cargo install cargo-watch