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

tnowad/news-copilot-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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