build: add tailwind v4 and ts tooling
This commit is contained in:
@@ -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 ./...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user