This commit is contained in:
Waylon Walker 2025-11-22 21:53:03 -06:00
parent 8631733274
commit bba62e3527
18 changed files with 916 additions and 11 deletions

5
stopwatch/justfile Normal file
View file

@ -0,0 +1,5 @@
serve:
python -m http.server -d site
deploy:
uvx --with awscli aws s3 sync site/ s3://k8s-pages/stopwatch