PassCard is a small tool that generates password-cards from a given identifier.
Installing all needed dependencies:
go install github.com/a-h/templ/cmd/templ@latest
go get -v
To run PassCard:
templ generate
go run .
To run PassCard in dev-mode:
templ generate --watch --proxy="http://localhost:8080" --cmd="go run ."