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