...
This commit is contained in:
29
README.md
29
README.md
@@ -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
|
Reference in New Issue
Block a user