~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.
c812a08d
—
Peter John 3 years ago
update readme
- _example/readme.md +3 -5
_example/readme.md
CHANGED
|
@@ -2,17 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
This example demonstrates gromer with a simple web app.
|
|
4
4
|
|
|
5
|
-
It uses postgres as the database and sqlc to generate queries and models. It uses dbmate for migrations.
|
|
6
|
-
|
|
7
5
|
# Requirements
|
|
8
6
|
|
|
9
7
|
1. go >= 1.18
|
|
10
|
-
2.
|
|
8
|
+
2. podman >= 4.1.0
|
|
11
9
|
|
|
12
10
|
# Running
|
|
13
11
|
|
|
14
12
|
```sh
|
|
15
13
|
make setup
|
|
16
|
-
make
|
|
14
|
+
make update
|
|
17
|
-
make
|
|
15
|
+
make dev
|
|
18
16
|
```
|