| .. | ||
| public | ||
| src | ||
| deploy.sh | ||
| dev-with-remote-backend.sh | ||
| index.html | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
| yarn.lock | ||
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.