- Clone repo
git clone https://github.com/Harzu/rust-playground.git
- Install frontend
cd rust-playground
npm install
- Build compiler back-end
cd ./compiler
cargo build # Build back-end
- Start front-end and compiler back-end
npm start # start frontend
cd ./compiler
cargo run # start back-end