"Rss-aggregator" is a service for aggregating RSS feeds, which can be used 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 common stream.
https://frontend-project-11-teihden.vercel.app
You should have Node.js installed before proceeding. Only test JS against v18 and on macOS.
# Clone the repo
git clone https://github.com/Teihden/frontend-project-11
cd frontend-project-11
# Install dependencies
make install
# Runs Eslint against source code for quality
make lint
# Starts the Webpack development server
make develop
# Starts the project build
make build