No description
  • Rust 61.8%
  • TypeScript 34.8%
  • CSS 2.1%
  • JavaScript 0.7%
  • HTML 0.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
andrewhessler 1b7c2cf2c6
add video
2025-10-27 16:16:59 -05:00
migrations add observer persistence 2025-07-13 17:47:22 -05:00
release binary? 2025-04-05 12:12:23 -05:00
src remove let from let _ 2025-09-08 18:21:35 -05:00
.gitignore Removing all files in .gitignore 2025-05-18 14:08:43 -05:00
Cargo.lock base simulation 2025-07-21 10:40:05 -05:00
Cargo.toml base simulation 2025-07-21 10:40:05 -05:00
COLOR_PALETTE.md colors probably 2025-08-17 17:35:01 -05:00
README.md add video 2025-10-27 16:16:59 -05:00
reset-db.sh everything works again, not sure if it makes sense, but oh well 2025-04-13 15:18:03 -05:00
server.log add player ids 2025-07-13 16:06:43 -05:00

Agile Ante Demo

Development Hints

  • cargo run to run locally
  • in src/client, run npm run watch
  • As long as you aren't running the webserver in --release, the FE will hot reload
  • ./reset-db.sh exists