...
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
|
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
|
to test with nexjs do install.sh and run.sh
|
||||||
|
|
||||||
|
|
||||||
trick to use it from outside is with ngrok
|
trick to use it from outside is with ngrok
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@@ -12,11 +9,10 @@ trick to use it from outside is with ngrok
|
|||||||
|
|
||||||
~/code/git.ourworld.tf/herocode/meet/run.sh
|
~/code/git.ourworld.tf/herocode/meet/run.sh
|
||||||
|
|
||||||
ngrok http 3000
|
ngrok http 3040
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
requirements
|
requirements
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev -p 3049",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint",
|
"lint": "next lint",
|
||||||
|
Reference in New Issue
Block a user