From 0a5b0790bf0dd02aba61b9e6986af6871508037a Mon Sep 17 00:00:00 2001 From: however Date: Sat, 11 Apr 2026 16:27:34 +0800 Subject: [PATCH] docs: add troubleshooting quick checks for local setup (clean diff final) --- docs/troubleshooting-quick-checks.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/troubleshooting-quick-checks.md diff --git a/docs/troubleshooting-quick-checks.md b/docs/troubleshooting-quick-checks.md new file mode 100644 index 00000000..488ff228 --- /dev/null +++ b/docs/troubleshooting-quick-checks.md @@ -0,0 +1,6 @@ +# Troubleshooting Quick Checks + +1. Confirm toolchain versions match project docs. +2. Ensure required services are running and ports are free. +3. Reinstall dependencies if artifacts are corrupted. +4. Verify API keys are exported in the same shell session.