A minimal, self-hosted RSS aggregator that implements the Fever API.
Go to file
Shadowfacts bf5ade1cc6 Update deps 2022-09-13 21:21:09 -04:00
assets Switch from node-sass to dart sass 2021-10-30 13:46:38 -04:00
config Add support for external readability implementation 2021-11-06 12:00:35 -04:00
lib Fix srcsets overriding rewritten image srcs 2022-07-17 15:13:13 -04:00
priv Convert other item fields to text 2021-10-21 12:04:44 -04:00
test Switch to Mojito for HTTP requests 2020-09-11 19:15:19 -04:00
.formatter.exs Initial commit 2019-02-11 17:22:35 -05:00
.gitignore Reintroduce Webpack and add Phoenix LiveView 2020-06-07 14:42:38 -04:00
README.md Initial commit 2019-02-11 17:22:35 -05:00
mix.exs Update deps 2022-09-13 21:21:09 -04:00
mix.lock Update deps 2022-09-13 21:21:09 -04:00

README.md

Frenzy

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more