Anonymous forum with a focus on resource efficiency over features.
client | ||
server | ||
.gitignore | ||
justfile | ||
README.md |
FrostByte forum
# Local backend server (Actix-web with sqlx::sqlite)
cd server
cargo run
# Dev client (vite)
npm run dev