gromer
git clone https://git.pyrossh.dev/gromer
gromer is a framework and cli to build multipage web apps in golang using htmx and alpinejs.
6fa82eb
— Peter John
2022-04-03T12:23:34+05:30
fix example make
- example/makefile +1 -1
example/makefile
CHANGED
|
@@ -2,7 +2,7 @@ setup:
|
|
|
2
2
|
go install github.com/kyleconroy/sqlc/cmd/[email protected]
|
|
3
3
|
go install github.com/amacneil/[email protected]
|
|
4
4
|
go install github.com/mitranim/gow@latest
|
|
5
|
-
go install github.com/pyros2097/gromer/cmd/gromer@
|
|
5
|
+
go install github.com/pyros2097/gromer/cmd/gromer@latest
|
|
6
6
|
docker pull postgres:14.1
|
|
7
7
|
docker run --name postgres141 -p 5432:5432 -e POSTGRES_PASSWORD=demo -d postgres:14.1
|
|
8
8
|
|