Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 267 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 267 Bytes

News Copilot Reader

Installation Guide

Front-end

cd news-copilot-frontend
pnpm install
pnpm dev

Back-end

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