From d657ee600a17522879828490a59268621cca5e9c Mon Sep 17 00:00:00 2001 From: Imbus Date: Tue, 10 Oct 2023 17:17:16 +0200 Subject: [PATCH] Readme --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 042e915..35e0940 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ -Typescript react and MUI demo: [➡️ The actual interesting parts ⬅️](src/App.tsx) +# FrostByte forum + +``` +# Local backend server (Actix-web with sqlx::sqlite) +cd server +cargo run + +# Dev client (vite) +npm run dev +```