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 +```