A hackclub You-Ship, We-Ship (YSWS) program where teenagers get to work on low level systems programming software, such as operating systems, compilers, etc. and get cool swag and computer hardware in return.
This ysws is not official (yet).
-
Make sure you have
cargo(rust package manager) installed. You can get it from here. -
Clone the repository and navigate to the project directory.
git clone https://github.com/arjav0703/level-zero.git
cd level-zero- Install wasm target for Rust.
rustup target add wasm32-unknown-unknown- Install trunk (WASM web application bundler for Rust).
cargo install trunk --locked- Serve the project with trunk
trunk serve- View it in your browser!!! :D