Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tnowad/news-copilot-reader
https://github.com/tnowad/news-copilot-reader
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tnowad/news-copilot-reader
- Owner: tnowad
- Created: 2024-01-24T09:18:35.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-04-13T21:55:52.000Z (9 months ago)
- Last Synced: 2024-04-13T22:45:41.838Z (9 months ago)
- Language: Python
- Size: 16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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
```