Setting up local development
To start the project locally:
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 devOpen http://localhost:3000 with your browser to see the result.
Running
vercel devfor the first time will prompt you to setup and link with your existing/new vercel project. You can create a dummy project and link it to be able to run the development locally.
Last updated
Was this helpful?