From 23b1aef2876bd9d3b330f96a9fedd8ad85b669a9 Mon Sep 17 00:00:00 2001 From: Randell Date: Thu, 28 Nov 2024 10:10:55 -0700 Subject: [PATCH] More updates --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c6a1ceb..7787a79 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ A few different technologies are configured to help getting off the ground easie - The script `upgrade_templ.sh` is available to make upgrading easier - [HTMX](https://htmx.org/) for HTML interaction - The script `upgrade_htmx.sh` is available to make upgrading easier + - Already included in this template - [air](https://github.com/cosmtrek/air) for live reloading of the application. - [golang migrate](https://github.com/golang-migrate/migrate) for DB migrations. - [playwright-go](https://github.com/playwright-community/playwright-go) for E2E testing.