https://github.com/jeremy-code/evolve-news
AI news aggregator
https://github.com/jeremy-code/evolve-news
Last synced: 22 days ago
JSON representation
AI news aggregator
- Host: GitHub
- URL: https://github.com/jeremy-code/evolve-news
- Owner: jeremy-code
- License: mit
- Created: 2023-08-04T22:22:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T03:07:58.000Z (about 2 years ago)
- Last Synced: 2026-05-19T16:56:22.891Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://evolve.news
- Size: 421 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# evolve-news

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)