Add password validation

This commit is contained in:
2024-04-25 22:51:37 +07:00
commit 2e2fbdf800
51 changed files with 3526 additions and 0 deletions

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
run: generate tailwindcss
@go build -o ./tmp/main.exe
@./tmp/main.exe
generate:
@templ generate
tailwindcss:
@npx tailwindcss -i ./public/input.css -o ./public/output.css