Quick checks when local setup fails:
- Verify toolchain versions (
java -version,node -v,python --version) match project docs. - Confirm required services/ports are available before startup.
- Re-run dependency restore with a clean cache when artifacts are corrupted.
- Ensure API keys are exported in the same shell/session that starts the app.