jitsi-roomsv2/frontend
qvalentin 24de532fdd
continuous-integration/drone/push Build is failing Details
Trigger deploy fe
2023-04-09 16:46:49 +02:00
..
public init backend 2023-01-15 16:38:57 +01:00
src Trigger deploy fe 2023-04-09 16:46:49 +02:00
README.md some css + readme 2023-04-09 10:36:52 +02:00
deploy.sh Frontend deploy 2023-04-07 16:19:34 +02:00
dev-with-remote-backend.sh jotai & allchat 2023-04-08 15:58:11 +02:00
index.html init backend 2023-01-15 16:38:57 +01:00
package.json some css + readme 2023-04-09 10:36:52 +02:00
tsconfig.json init backend 2023-01-15 16:38:57 +01:00
tsconfig.node.json init backend 2023-01-15 16:38:57 +01:00
vite.config.ts init backend 2023-01-15 16:38:57 +01:00
yarn.lock some css + readme 2023-04-09 10:36:52 +02:00

README.md

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.