https://github.com/tborychowski/frontpage
A newspaper UI for miniflux
https://github.com/tborychowski/frontpage
miniflux newspaper rss
Last synced: 7 months ago
JSON representation
A newspaper UI for miniflux
- Host: GitHub
- URL: https://github.com/tborychowski/frontpage
- Owner: tborychowski
- License: gpl-3.0
- Created: 2020-10-06T15:34:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-06T15:41:03.000Z (almost 5 years ago)
- Last Synced: 2025-02-28T19:00:36.657Z (7 months ago)
- Topics: miniflux, newspaper, rss
- Language: JavaScript
- Homepage:
- Size: 751 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# frontpage
A PoC inspired by: https://github.com/MatthK/Selfoss-Webfront

## 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.