Insurance for anything
https://devpost.com/software/00000000
# Install backend dependencies
pip install -e .
# Install frontend dependencies
cd web
npm install
cd ..
# Set your API keys, see .env.exampleuvicorn polyhedge.api.main:app --reload --host 0.0.0.0 --port 8000API available at http://localhost:8000
cd web
npm run devWeb app available at http://localhost:3000