2023-10-02 17:44:30 +02:00
|
|
|
# htmx gin pongo2
|
|
|
|
Test repository demonstrating the humanize problem of dates and or times.
|
2023-10-02 17:45:45 +02:00
|
|
|
|
|
|
|
## how to use
|
|
|
|
```bash
|
|
|
|
git clone https://code.icod.de/dalu/htmxginpongo.git
|
|
|
|
cd htmxginpongo
|
|
|
|
go build
|
2023-10-02 17:47:45 +02:00
|
|
|
cd assets
|
|
|
|
pnpm install # (or npm install)
|
|
|
|
cd ..
|
2023-10-02 17:45:45 +02:00
|
|
|
go run main.go serve --debug=true
|
|
|
|
```
|