voor hot reloads
go install github.com/gofiber/cli/fiber@latest
fiber dev
voor het compilen van sql queries naar Go structures
go install github.com/sqlc-dev/sqlc/cmd/sqlc@latest
sqlc generate
voor het watchen/compilen van css
het makkelijkst is om eerst scoop te installeren
# in powershell
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
en daarna tailwindcss, hierdoor zit 'ie automatisch in je path
scoop install tailwindcss
tailwindcss -i src/pisvlek.css -o public/css/pisvlek.min.css --watch --minify