2023-01-07 19:06:04 +01:00
|
|
|
# Jitsi Rooms
|
|
|
|
|
|
|
|
Using vite and react plus the jitsi react sdk for the frontend.
|
|
|
|
|
|
|
|
## Development
|
|
|
|
|
2023-04-09 10:36:52 +02:00
|
|
|
Use yarn:
|
2023-01-07 19:06:04 +01:00
|
|
|
|
2023-04-09 10:36:52 +02:00
|
|
|
```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.
|