some css + readme

This commit is contained in:
qvalentin 2023-04-09 10:36:52 +02:00
parent 5fbba6cb98
commit 19ce9fd219
14 changed files with 293 additions and 44 deletions

View file

@ -4,6 +4,13 @@ Using vite and react plus the jitsi react sdk for the frontend.
## Development
Use yarn
Use yarn:
There is no backend connection for now, so just start the frontend with `yarn run dev` and go to http://localhost:5173
```sh
yarn run dev
```
Edit the file `constants.ts` to define which backend is used during development.
Set `USE_REMOTE_BACKEND` to true to use the backend hosted on the filefighter server.
This way you don't need to run the backend locally.