Skip to content

Latest commit

 

History

History
33 lines (31 loc) · 390 Bytes

File metadata and controls

33 lines (31 loc) · 390 Bytes

To run the project locally:

  1. Get the .env files

commitly-landing

cd commitly-landing
npm i
npm run dev

commitly-backend

cd commitly-backend
pip3 install -r requirements.txt
python -m venv venv
macOS
source venv/bin/activate

Windows
source venv/Scripts/activate
uvicorn app.main:app