Anonymous forum with a focus on resource efficiency over features.
Find a file
2023-10-10 17:55:30 +02:00
client Restructure 2023-10-10 17:55:30 +02:00
server Working example 2023-10-10 17:12:47 +02:00
.gitignore Initial, working example. 2023-10-09 19:21:55 +02:00
README.md Readme 2023-10-10 17:17:16 +02:00

FrostByte forum

# Local backend server (Actix-web with sqlx::sqlite)
cd server
cargo run

# Dev client (vite)
npm run dev