jitsi-roomsv2/frontend
qvalentin bc88f79fef
continuous-integration/drone/push Build is passing Details
Fix double chat messages with useEffect cleanup
2023-08-06 13:03:39 +02:00
..
public init backend 2023-01-15 16:38:57 +01:00
src Fix double chat messages with useEffect cleanup 2023-08-06 13:03:39 +02:00
.prettierrc add prettier and reformat project 2023-04-10 23:45:43 +02:00
README.md add prettier and reformat project 2023-04-10 23:45:43 +02:00
deploy.sh add prettier and reformat project 2023-04-10 23:45:43 +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 add prettier and reformat project 2023-04-10 23:45:43 +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.