Anonymous forum with a focus on resource efficiency over features.
Find a file
2023-10-17 19:43:26 +02:00
client Workaround for embedding svg as favicon 2023-10-17 19:42:48 +02:00
server Justfile build and dev targets, working containerfile 2023-10-17 19:43:26 +02:00
.gitignore Initial, working example. 2023-10-09 19:21:55 +02:00
justfile Justfile build and dev targets, working containerfile 2023-10-17 19:43:26 +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