This commit is contained in:
2025-10-11 03:31:05 +00:00
parent 2d94f2c12a
commit c392c16f2f
2 changed files with 3 additions and 7 deletions

View File

@@ -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

View File

@@ -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",