qvalentin
03985cede2
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/tag Build is passing
Details
|
||
---|---|---|
.. | ||
public | ||
src | ||
.prettierrc | ||
README.md | ||
deploy.sh | ||
dev-with-remote-backend.sh | ||
index.html | ||
package.json | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts | ||
yarn.lock |
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.