/frontend-project-11

Project "RSS-aggregator" (Hexlet's educational project)

Primary LanguageJavaScript

Project "RSS-aggregator"

Actions Status CI Maintainability

About

"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.

Vercel deployment

https://frontend-project-11-teihden.vercel.app

Usage

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

CLI

# Runs Eslint against source code for quality
make lint

# Starts the Webpack development server
make develop

# Starts the project build
make build