Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.08 KB

File metadata and controls

40 lines (32 loc) · 1.08 KB

RUNBOOK.md

Quickstart

(not needed)
python3 -m http.server 8000 --directory docs
(not needed)
(not needed)

Common Tasks

  • Run tests: (not needed)
  • Lint: (not needed)
  • Build: (not needed)

Troubleshooting

  • If dependencies fail: verify the expected Node/Python version for this repo.
  • If tests are flaky: re-run once, then isolate and fix the root cause.
  • If environment is unclear: ask for the expected OS/tooling versions.

Repo-specific notes

  • Preview locally: python3 -m http.server 8000 --directory docs then open http://localhost:8000/.
  • Deploy: GitHub Pages publishes from /docs on main; push to main and wait for Pages/CDN refresh.
  • Edit tool pages in docs/tools/<slug>/index.html and keep docs/sitemap.xml in sync with published URLs.