Started the tailwind conversion process.

This commit is contained in:
Zed A. Shaw 2025-08-10 01:19:30 -04:00
parent ca8f4e194f
commit 9729ebc7ac
22 changed files with 970 additions and 365 deletions

View file

@ -12,7 +12,7 @@ build_bot:
go build -o bot.exe .\tools\cmd\bot\bot.go
site:
go tool super-saiyan-god
go tool ssgod
test: site
go test zedshaw.games/webapp/tests -c -o runtests$(GO_IS_STUPID_EXE)
@ -31,6 +31,8 @@ migrate_down:
docs:
go tool pkgsite --open
tailwind:
tailwindcss --input ./static/input_style.css --output ./static/style.css --watch
dev:
go tool air -build.stop_on_error "true"
@ -45,6 +47,3 @@ cover_report:
go tool cover -func=coverage.txt
go tool cover -html=coverage.txt -o coverage.html
open coverage.html
twitch_mock:
go tool twitch-cli mock-api start -p 8081