Rss Reader is a service for aggregating RSS feeds that makes it easy to read a variety of sources. It allows you to add an unlimited number of RSS feeds, updates them and adds new entries to the total stream.
#clone this repository on your machine
$git clone [email protected]:Rema04Dev/RSS-aggregator.git
#go to directory where you downloaded it
$cd RSS-aggregator
# run the one of these command to install all necessary dependencies
$make install
or
$npm ci
#build application
$npm run build
#run application on localhost
$npm run serve
or
$make run