Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.51 KB

File metadata and controls

40 lines (27 loc) · 1.51 KB

Actions Status Maintainability Linter

RSS aggregator

Description


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.

Install

system requirements: node 14.x version at least
#clone this repository on your machine
$git clone git@github.com: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