simplesites/stopwatch/justfile
2025-11-22 21:53:03 -06:00

5 lines
115 B
Makefile

serve:
python -m http.server -d site
deploy:
uvx --with awscli aws s3 sync site/ s3://k8s-pages/stopwatch