Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 237 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 237 Bytes

change-with-tip

  1. Installation for backend instructions
  python -m venv venv
  source venv/bin/activate
  pip install -r requirements.txt
  1. Frontend Installation
cd templates && npm install
npm start