jitsi-roomsv2/frontend/README.md

17 lines
351 B
Markdown

# Jitsi Rooms
Using vite and react plus the jitsi react sdk for the frontend.
## Development
Use yarn:
```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.