Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jeremy-code/evolve-news

AI news aggregator
https://github.com/jeremy-code/evolve-news

Last synced: 5 days ago
JSON representation

AI news aggregator

Awesome Lists containing this project

README

        

# evolve-news

![GitHub Actions badge](https://github.com/jeremy-code/evolve-news/actions/workflows/ci.yml/badge.svg)

Evolve is an AI-powered news aggregator that helps you stay informed about the topics you care about.

## Installation

```bash
git clone https://github.com/jeremy-code/evolve-news.git
cd evolve-news
yarn
```

## Usage

```bash
# Run the development server locally
yarn dev

# Lint and format code
yarn lint
yarn format

# Build
yarn build
```

## License

[MIT](https://choosealicense.com/licenses/mit)