Files
tallytome/Makefile
2024-03-20 22:56:17 +01:00

9 lines
205 B
Makefile

run:
@templ generate
@go run main.go
templ:
@templ generate -watch -proxy=http://localhost:3000
sass:
@sass --no-source-map --watch public/stylesheets/tallytome.scss public/stylesheets/tallytome.css