bin/Justfile

19 lines
222 B
Makefile
Raw Permalink Normal View History

2023-09-10 23:40:19 +02:00
default: build
hot-reload: generate-templ
go build -o ./tmp/main
watch:
air
build: generate-templ
go build
generate-templ: twind
templ generate
twind:
npx tailwindcss -i ./tailwind.css -o ./static/tailwind.css