A proof of concept robot battle simulator (part of https://github.com/Eoic/NetBots).
- Rust
- Node.js and NPM
Install the front-end dependencies:
cd crates/web
npm installBuild the front-end assets:
npm run buildFrom the repository root:
cargo run -p webOpen:
http://localhost:3000
For front-end development, run the Vite watcher:
cd crates/web
npm run devThen, run the web server from the root directory:
cargo run -p web