This is a feed aggregator, which collect RSS feeds and then watched for a new posts.
Vercel link: RSS Feed Reader
node.js 16.0+
Clone the repository:
git clone [email protected]:elenashcherbinina/RSS-Agregator.git
Install the dependencies:
make install
build the webpack
make build
run the webpack on localhost
make start