An open API service indexing awesome lists of open source software.

https://github.com/mityadementiy/rss-frontend


https://github.com/mityadementiy/rss-frontend

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Project Name

This project is for reading RSS feeds.

## Status Badges

[![Node.js CI](https://github.com/MityaDementiy/rss-frontend/actions/workflows/node.js.yml/badge.svg)](https://github.com/MityaDementiy/rss-frontend/actions/workflows/node.js.yml)

## Installation

To install the project dependencies, run the following command:

```bash
make install
```

## Usage

To start the project, use the following command:

```bash
make start
```

## Building

To build the project, use the following command:

```bash
make build
```

## Testing

To run the unit tests, use the following command:

```bash
make test
```

To run the unit tests in watch mode, use the following command:

```bash
make test-watch
```

## Linting

To lint the project, use the following command:

```bash
make lint
```

Have a great time!