Skip to content

ethansaxenian/rss

Repository files navigation

RSS

A minimal RSS feed reader inspired by Miniflux.

Built using Go, Templ, HTMX, and TailwindCSS.

Requirements

  • Go (>=1.24 for go tool support)
  • Mise (optional)

Running the app

  • Run mise run dev to run the development environment. This includes hot-reloading of the app when *.go, *.templ, or queries/*.sql files change.
  • mise run run will run the app without hot-reloading.
  • mise run build will build the application binary (./bin/main).
  • Run mise tasks to view the full list of tasks.

About

A minimal RSS feed reader inspired by Miniflux

Resources

License

Stars

Watchers

Forks

Releases

No releases published