This commit is contained in:
louiscklaw
2025-01-31 20:05:06 +08:00
parent 2a6f19a43f
commit cd995ed8bd
115 changed files with 7626 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
# README
```bash
> ./rebuild.bat
vagrant ssh
# 001 setup run by vagrant file
./001_setup.sh
# 002 setup run by user
cd /app
./002_setup.sh
# 003 setup run by user
cd /app
./003_setup.sh
# 004 logout -> login
./dev.sh
# 1. setup requirements
# 2. setup playwright
# 3. start jupyter
```