diff --git a/Justfile b/Justfile index 12cadfb..4370787 100644 --- a/Justfile +++ b/Justfile @@ -1,5 +1,8 @@ +run: + go run ./http-serve.go + get-htmx: curl -O -lSSL https://unpkg.com/htmx.org@2.0.2/dist/htmx.min.js -run: - go run ./http-serve.go +clean: + rm -r .go