https://github.com/mityadementiy/rss-frontend
https://github.com/mityadementiy/rss-frontend
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mityadementiy/rss-frontend
- Owner: MityaDementiy
- Created: 2023-10-31T10:21:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-12T11:06:17.000Z (over 1 year ago)
- Last Synced: 2025-04-09T22:56:54.138Z (2 months ago)
- Language: Vue
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Name
This project is for reading RSS feeds.
## Status Badges
[](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!