From 7fce259af2ce028ec82d95c16a9bd28b02e4ec3a Mon Sep 17 00:00:00 2001 From: Sav Date: Fri, 22 Dec 2023 11:43:32 +1000 Subject: [PATCH] Added basic readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..de01506 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +### An opinionated framework for building web applications + +Tools used: +- [Gin](https://github.com/gin-gonic/gin) - HTTP web framework +- [Templ](https://github.com/a-h/templ) - HTML templating +- [HTMX](https://htmx.org/) - AJAX \ No newline at end of file