+ to the git

This commit is contained in:
itsig0
2024-03-20 22:56:17 +01:00
commit cc4bd9febc
86 changed files with 11153 additions and 0 deletions

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
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