jitsi-roomsv2/frontend
open-schnick 1aa7914289
continuous-integration/drone/push Build is passing Details
add prettier and reformat project
2023-04-10 23:36:24 +02:00
..
public init backend 2023-01-15 16:38:57 +01:00
src add prettier and reformat project 2023-04-10 23:36:24 +02:00
.prettierrc add prettier and reformat project 2023-04-10 23:36:24 +02:00
README.md add prettier and reformat project 2023-04-10 23:36:24 +02:00
deploy.sh add prettier and reformat project 2023-04-10 23:36:24 +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 add prettier and reformat project 2023-04-10 23:36:24 +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:36:24 +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.