A minimal, self-hosted RSS aggregator that implements the Fever API.
Go to file
Shadowfacts 537fcc62f8
Tweak button styles
2020-07-18 12:23:50 -04:00
assets Don't let images overflow content 2020-07-18 10:13:25 -04:00
config Reintroduce Webpack and add Phoenix LiveView 2020-06-07 14:42:38 -04:00
lib Tweak button styles 2020-07-18 12:23:50 -04:00
priv Reintroduce Webpack and add Phoenix LiveView 2020-06-07 14:42:38 -04:00
test Use keypaths for stage option editing 2020-06-10 19:05:37 -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 Add basic LiveView pipeline editor, scrape stage config editing 2020-06-08 22:49:45 -04:00
mix.lock Add basic LiveView pipeline editor, scrape stage config editing 2020-06-08 22:49:45 -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