~repos /gromer
git clone https://pyrossh.dev/repos/gromer.git
gromer is a framework and cli to build multipage web apps in golang using htmx and alpinejs.
b3c9bfbc
—
Peter John 3 years ago
fix example make
- example/makefile +1 -1
example/makefile
CHANGED
|
@@ -2,7 +2,7 @@ setup:
|
|
|
2
2
|
go install github.com/kyleconroy/sqlc/cmd/sqlc@v1.13.0
|
|
3
3
|
go install github.com/amacneil/dbmate@v1.12.1
|
|
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
|
|