Add watchdog

This commit is contained in:
Yan Lin 2025-05-16 17:31:36 +02:00
parent 329914e70b
commit 67cd160015
4 changed files with 49 additions and 3 deletions

View file

@ -16,10 +16,10 @@ pkgs.mkShell {
fi
source $VENV_PATH/bin/activate
pip install -r requirements.txt
pip install watchdog
python parser/md.py
python generate.py
cd dist
python -m http.server 8000
python watch.py
'';
}