A minimal RSS feed reader inspired by Miniflux.
Built using Go, Templ, HTMX, and TailwindCSS.
- Run
mise run devto run the development environment. This includes hot-reloading of the app when*.go,*.templ, orqueries/*.sqlfiles change. mise run runwill run the app without hot-reloading.mise run buildwill build the application binary (./bin/main).- Run
mise tasksto view the full list of tasks.