GitHub - niklasbuschmann/zenreader: Minimalistic feedreader

2 min read Original article ↗

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Minimalistic feedreader

License

Unlicense license

6 stars 1 fork Branches Tags Activity

Notifications You must be signed in to change notification settings

Repository files navigation

Zenreader

Installation

Make sure to have git and node.js installed, and then type:

git clone https://github.com/niklasbuschmann/zenreader.git
cd zenreader
npm install
node server.js 8080

Users

The installation comes preconfigured for a single default user named user with an empty password. You can change this by editing users.json.

Server

PM2 can be used to automatically launch on boot:

npm install pm2 -g
pm2 start server.js
pm2 save
pm2 startup

Screenshots

screenshot screenshot

About

Minimalistic feedreader

Topics

Resources

Readme

License

Unlicense license

Activity

Stars

6 stars

Watchers

2 watching

Forks

1 fork

Releases

No releases published

Packages

No packages published