From abee78357c791a51fe7d687d9086763ccc059c1a Mon Sep 17 00:00:00 2001 From: Randell Date: Thu, 8 Feb 2024 22:33:14 -0700 Subject: [PATCH] Add prereqs --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d0b5ca1..f012631 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,13 @@ See the `Makefile` for building the application. There are a couple builtin ways to run the application - using `air` or the `Makefile` helper commands. +### Prerequisites + +- Install [templ](https://templ.guide/quick-start/installation) +- Install [sqlc](https://docs.sqlc.dev/en/stable/overview/install.html) +- Install [tailwindcss CLI](https://tailwindcss.com/docs/installation) +- Install [air](https://github.com/cosmtrek/air#installation) + ### air `air` has been configured with the file `.air.toml` to allow live reloading of the application