Dev Setup Install rustup if you havent already. git clone https://gitlab.com/ahouts/web-snake.git cd web-snake # install web cargo extension cargo install -f cargo-web # build, watch, and serve cargo web start # build cargo web build