Skip to content

Latest commit

 

History

History
29 lines (28 loc) · 401 Bytes

SETUP.md

File metadata and controls

29 lines (28 loc) · 401 Bytes

extract-contract

How to run the code

Set up conda env

conda env create -f api/env.yml

Update conda env

conda env update --file local.yml --prune

Update frotend packages

npm install

Run frontend server

cd frontend
npm start

Run backend server

cd api
flask run

Do this before committing

conda env export --no-builds > env.yml