Anonymous forum with a focus on resource efficiency over features.
Find a file
2023-10-18 20:52:51 +02:00
client Slight restructure, Containerfile now does npm build properly 2023-10-18 19:05:10 +02:00
server Better comments and guidance in certain files 2023-10-18 19:20:06 +02:00
.containerignore Better comments and guidance in certain files 2023-10-18 19:20:06 +02:00
.gitignore Initial, working example. 2023-10-09 19:21:55 +02:00
Containerfile Slight restructure, Containerfile now does npm build properly 2023-10-18 19:05:10 +02:00
ContainerfileDebug Justfile comments and some new targets, Containerfile for debug server 2023-10-18 20:52:51 +02:00
justfile Justfile comments and some new targets, Containerfile for debug server 2023-10-18 20:52:51 +02:00
README.md Slight restructure, Containerfile now does npm build properly 2023-10-18 19:05:10 +02:00

FrostByte forum

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

# Dev client (vite)
npm run dev