* update to go 1.24
* run go mod tidy
* make qtc a go tool
* remove tools installation from dockerfile dev
since it is now taken care of by the go tool command
* update makefile to use go tool task
* feat: Initial docker-dev work
* refactor: Use -c
* refactor: do a fetch & pull too
* feat: Use the vite devserver when doing local development
* refactor: Add taskfile
* feat: Build the backend ahead of time so it’s cached
* feat: Clean up clean
* docs: Add documentation for Datastar Docker dev
* refactor: Add the package.json since the Taskfile tries to read it