Setup Required

The frontend can’t start because required environment variables are missing or invalid.

To fix:

  1. Copy frontend/.env.example to frontend/.env.local.
  2. Fill in the contract addresses from your Anvil deployment.
  3. Restart the dev server (Ctrl-C then npm run dev).