EN | RU
A service for aggregating RSS feeds, with which it is convenient to read a variety of sources, such as blogs. It allows you to add an unlimited number of RSS feeds, updates them itself and adds new entries to the general feed.
Developed using Node.js v20.4.0.
Clone the repository locally and install the dependencies.
make install
Start local server.
make develop
Build for development.
make build-dev
Build for production.
make build