From 2b5b3e12c213cfe0ad4db123d8e818dd5f636df3 Mon Sep 17 00:00:00 2001 From: Tom Nagle Date: Sun, 10 Nov 2024 20:42:44 +1000 Subject: [PATCH] chore: readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f6cb527..8efd5e6 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,12 @@ https://github.com/cosmtrek/air ## Makefile This Makefile is designed to simplify common development tasks for your project. It includes targets for building your Go application, watching and building Tailwind CSS, generating templates, and running your development server using Air. + +## Development +`make docker-dev` will start everything in watch mode inside a Docker container. + ### Targets: + ```bash make tailwind-watch ```