Skip to content

Commit

Permalink
chore: add hosting recommendation in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Brereton authored and Tom Brereton committed Jan 10, 2024
1 parent efff3ef commit 561148e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

Go Hot Reload is an open-source starter template, designed to streamline the development process with hot reloading for Go, HTML and Tailwind CSS. It's a perfect starting point for server side web development, particularly for those using `htmx`.

## Hosting
I recommend hosting for free on https://fly.io/.

The first 3 `shared-cpu-1x@256MB` VMs are free and you can deploy docker images easily.

## Features

- 🔄 **Live Reloading**: Automatic Go rebuild using [`air`](https://github.com/cosmtrek/air). Configured in `.air.toml`.
Expand Down

0 comments on commit 561148e

Please sign in to comment.