Files
2026-07-13 13:39:21 +08:00

10 lines
128 B
Markdown

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