Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 1.08 KB

File metadata and controls

29 lines (27 loc) · 1.08 KB

Hexlet tests and linter status

Actions Status

RSS Reader

An RSS reader is a tool that allows you to collect articles from multiple RSS feeds in one place for easy reading.

System requirements

  • node.js v21.1.0
  • npm v10.2.3

  1. Clone the repository locally:

    git@github.com:masha-masha/frontend-project-11.git
  2. Install all dependencies:

    make install
  3. Start local server

    make develop
  4. Build

    make build