Setting up local development
1. Create virtual environment for python functions:
python -m venv .venv
source .venv/bin/activate2. Install all dependencies
pip install -r api/swappers/requirements.txt3. Run the client locally:
vercel devLast updated