项目文件夹

文件
2026-07-13 13:39:21 +08:00

10 行
128 B
Markdown

install the required pkgs:
```
pip install -r requirements.txt
```
to host the webpages locally:
```
python -m http.server
```