...
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
|
||||
|
||||
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
|
||||
@@ -12,11 +9,10 @@ trick to use it from outside is with ngrok
|
||||
|
||||
~/code/git.ourworld.tf/herocode/meet/run.sh
|
||||
|
||||
ngrok http 3000
|
||||
ngrok http 3040
|
||||
|
||||
```
|
||||
|
||||
|
||||
requirements
|
||||
|
||||
```bash
|
||||
@@ -26,4 +22,4 @@ export LIVEKIT_API_SECRET=...
|
||||
```
|
||||
|
||||
get those from e.g. https://cloud.livekit.io/ (create a project first)
|
||||
or we can self host on TFGrid
|
||||
or we can self host on TFGrid
|
||||
|
@@ -3,7 +3,7 @@
|
||||
"version": "0.2.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"dev": "next dev -p 3049",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
|
Reference in New Issue
Block a user