# Install Python dependencies pip install -r api/requirements.txt # Start the API server python -m web.api.main
NODE_OPTIONS='--inspect' npm run dev