Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.15 KB

README.md

File metadata and controls

26 lines (22 loc) · 1.15 KB

Hexlet tests and linter status:

Actions Status Node CI Maintainability

RSS Aggregator

RSS is a special format used to describe news feeds, announcements of articles and other new materials.

RSS Aggregator is a web application which helps you to read a variety of sources, for example, blogs. It allows you to add an unlimited number of RSS feeds, updates them automatically and adds new entries to the main feed.

Usage

Just visit: https://frontend-project-lvl3-kmarkeev.vercel.app/

To run locally clone the repository and then install the dependecies:

make install

To start local server:

make develop

To build:

make build