Area: Web
Complexity: Easy
Summary:
Help contributors start the web app correctly by documenting required env vars and validating them early.
Acceptance Criteria:
- A .env.example exists for the active web app.
- Required variables are documented with safe placeholders.
- Missing or invalid config is surfaced clearly during startup.
Area: Web
Complexity: Easy
Summary:
Help contributors start the web app correctly by documenting required env vars and validating them early.
Acceptance Criteria: