This commit is contained in:
louiscklaw
2025-01-31 21:34:27 +08:00
parent 27d6b4e781
commit 3ce4f45857
55 changed files with 6375 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
### to spin up dev environment
```
./start_docker.sh
// inside docker
./dev.sh
open host browser:
http://127.0.0.1:8888/?token=98ab80de026fe83fd8e03c8e344b31e7575ec4a084c59f21
```
### to develop
start from fresh python docker image
```
./start_docker.sh
./init.sh
```