29 lines
589 B
Markdown
29 lines
589 B
Markdown
|
|
|
|
the dev version works but is basen on nextjs, did an attempt to get it to work with the python server and bunding but that didn't work
|
|
|
|
to test with nexjs do install.sh and run.sh
|
|
|
|
|
|
trick to use it from outside is with ngrok
|
|
|
|
```bash
|
|
~/code/git.ourworld.tf/herocode/meet/install.sh
|
|
|
|
~/code/git.ourworld.tf/herocode/meet/run.sh
|
|
|
|
ngrok http 3000
|
|
|
|
```
|
|
|
|
|
|
requirements
|
|
|
|
```bash
|
|
export LIVEKIT_URL=wss://aaa-3su8kqlm.livekit.cloud
|
|
export LIVEKIT_API_KEY=...
|
|
export LIVEKIT_API_SECRET=...
|
|
```
|
|
|
|
get those from e.g. https://cloud.livekit.io/ (create a project first)
|
|
or we can self host on TFGrid |