Developer Guide
This guide is for people changing QDash code.
Read this short section first. Use the detailed development pages only when you need deeper design context or examples.
Start Here
- Setup: get a working local stack.
- Codebase: understand where API, UI, workflow, and shared code live.
- Commands: use the common
taskcommands. - Testing: choose focused checks before opening a PR.
Deep Dives
- API: design, testing
- UI: architecture, guidelines, testing
- Workflow: architecture, testing
- Copilot: architecture, sandbox, streaming
- Repository practices: development flow, docs guidelines