Installation and prerequisites Go 1.22 or higher install Node.js install Make tool download tailwindcss CLI, rename it to "tailwindcss" and move it to the root of the project install air for hot reloading by running go install github.com/cosmtrek/air@latest in your terminal (Go 1.22 or higher is required) Run in dev mode on 3 separate terminals(Powershell) run these commands in order respectively: make tw make dev make templ-proxy