From 9434cf8f7d3e2786b8db2cd06f153e3a83f49e05 Mon Sep 17 00:00:00 2001 From: Darko Luketic Date: Mon, 2 Oct 2023 17:47:45 +0200 Subject: [PATCH] forgot assets --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 36b2166..d905e19 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,8 @@ Test repository demonstrating the humanize problem of dates and or times. git clone https://code.icod.de/dalu/htmxginpongo.git cd htmxginpongo go build +cd assets +pnpm install # (or npm install) +cd .. go run main.go serve --debug=true ```