build: add tailwind v4 and ts tooling

This commit is contained in:
2026-04-14 23:43:41 +02:00
parent 5122348169
commit 93cb99fd94
8 changed files with 684 additions and 1 deletions

View File

@@ -14,9 +14,15 @@ Thanks for your interest in improving MAL.
# install templ CLI
go install github.com/a-h/templ/cmd/templ@latest
# install frontend tooling
bun install
# generate templates
templ generate
# build frontend assets (tailwind + typescript)
bun run build:assets
# run tests
go test ./...