This commit is contained in:
2025-09-09 11:09:43 +04:00
parent 458486486d
commit 0145de19a3
54 changed files with 11278 additions and 1 deletions

View File

@@ -1,2 +1,29 @@
# research_meet
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