Files
tallytome/Makefile
2024-03-24 10:06:40 +01:00

9 lines
191 B
Makefile

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