6 lines
135 B
Makefile
6 lines
135 B
Makefile
templ:
|
|
@templ generate
|
|
run:
|
|
@npx tailwindcss -i ./resources/global.css -o ./styles/output.css
|
|
@templ generate
|
|
@go run ./cmd/main.go
|