Skip to content

Commit

Permalink
Added README.md note on Templ
Browse files Browse the repository at this point in the history
  • Loading branch information
applejag committed Oct 20, 2023
1 parent d42d574 commit aa57b2f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,20 @@ config file:
curl localhost:8080/webhook -d @examples/newreleasesio-webhook.json
```

## Development

Prerequisites:

- Go 1.21 (or later): <https://go.dev/doc/install>
- Templ 0.2.408 (or later): <https://templ.guide/quick-start/installation>

The HTML pages are templated using Templ. This is a manual step that
needs to be done after each code change to any `.templ` files.

```bash
go generate
```

## Building the application and docker image

The application uses [earthly](https://earthly.dev/get-earthly) for building
Expand Down

0 comments on commit aa57b2f

Please sign in to comment.