tborychowski / frontpage

A newspaper UI for miniflux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frontpage

A PoC inspired by: https://github.com/MatthK/Selfoss-Webfront

Screenshot

Setup

  1. Copy .env-sample as .env and update variables:
    • HOST is the base url of your miniflux instance
    • API_KEY you can generate in miniflux admin settings
    • NODE_ENV (optional) defaults to prod, you can set it to dev to get sourcemaps & unminified assets
  2. Run npm i
  3. Run npm start
  4. Open localhost:3000 in your browser.

About

A newspaper UI for miniflux

License:GNU General Public License v3.0


Languages

Language:JavaScript 52.1%Language:Stylus 30.5%Language:Svelte 13.1%Language:HTML 4.4%