Skip to content

VanHadsoN/frontend-project-11

Repository files navigation

RSS aggregator

Hexlet tests and linter status:

Actions Status

Code Climate:

Description:

RSS aggregator - is a service for aggregating RSS feeds, which makes it convenient to read various 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.

Minimum requirements:

Node.js 14+

Installing:

  1. Clone this repository to your filesystem:
git clone git@github.com:VanHadsoN/frontend-project-11.git
  1. Go to directory frontend-project-11:
cd <directory-name>
  1. Install dependencies:
make install
  1. Go to directory and create links:
npm link
  1. Run the application on a local server:
make develop
  1. Build the application for production:
make build