Skip to content

Commit d3107d2

Browse files
committed
docs: add troubleshooting quick checks for local setup
1 parent 80b3bd8 commit d3107d2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Troubleshooting Quick Checks
2+
3+
Quick checks when local setup fails:
4+
5+
1. Verify toolchain versions (`java -version`, `node -v`, `python --version`) match project docs.
6+
2. Confirm required services/ports are available before startup.
7+
3. Re-run dependency restore with a clean cache when artifacts are corrupted.
8+
4. Ensure API keys are exported in the same shell/session that starts the app.

0 commit comments

Comments
 (0)