Skip to content

Commit

Permalink
fix: update .env example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Brereton authored and Tom Brereton committed Jan 10, 2024
1 parent 7b3dad8 commit 97aebaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 97aebaa

Please sign in to comment.