File size: 151 Bytes
95f8d1c
 
 
 
 
1
2
3
4
5
6
Run frontend:
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
export BACKEND_URL=http://localhost:8000
python app.py