some css + readme
This commit is contained in:
parent
5fbba6cb98
commit
19ce9fd219
14 changed files with 293 additions and 44 deletions
|
@ -4,6 +4,13 @@ Using vite and react plus the jitsi react sdk for the frontend.
|
|||
|
||||
## Development
|
||||
|
||||
Use yarn
|
||||
Use yarn:
|
||||
|
||||
There is no backend connection for now, so just start the frontend with `yarn run dev` and go to http://localhost:5173
|
||||
|
||||
```sh
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue