Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tnowad/news-copilot-reader


https://github.com/tnowad/news-copilot-reader

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# News Copilot Reader

## Installation Guide

### Front-end

```console
cd news-copilot-frontend
pnpm install
pnpm dev
```

### Back-end

```console
cd news-copilot-backend
python -m venv .venv
source .venv/bin/activate # or activate.fish, activate.csh
flask run
```