Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 236 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 236 Bytes

chimpbase.com

DevSetup

Api (backend)

Using python verison 3.8.1

cd api
python -m venv .venv
source .venv/bin/activate
pip intall -r requirements.txt
flask run

Web (frontend)

cd web
npm i
npm run dev