From 97aebaa59b29be1a07c22ffb8df6d4dbe915c327 Mon Sep 17 00:00:00 2001 From: Tom Brereton Date: Wed, 10 Jan 2024 15:30:22 +1100 Subject: [PATCH] fix: update .env example in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 523ecbe..b800042 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ Go Hot Reload is an open-source starter template, designed to streamline the dev ``` PORT=3000 IS_DEVELOPMENT=true - TEMPLATES_DIR=templates/ - STATIC_DIR=./static + TEMPLATES_DIR=web/templates/ + STATIC_DIR=web/static ``` 3. **Launch the Development Server**: Start the server using `npm run dev`. 4. **Hot Reload**: Change the tailwind classes in `templates/landing.html` to see hot reload in action.