Readme
This commit is contained in:
parent
f514fd741c
commit
d657ee600a
1 changed files with 10 additions and 1 deletions
11
README.md
11
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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue