> ## Documentation Index
> Fetch the complete documentation index at: https://docs.equa.cc/llms.txt
> Use this file to discover all available pages before exploring further.

# Developer Onboarding

> Getting started guides for developers joining the Equa engineering team

# Developer Onboarding

Everything a new developer needs to get up and running with the Equa platform codebase.

## Documents (8)

| Document                                                             | Description                                              | Status |
| -------------------------------------------------------------------- | -------------------------------------------------------- | ------ |
| [Developer Setup](/onboarding/developer-setup)                       | First-day setup checklist, environment, dependencies     | DRAFT  |
| [Repository Guide](/onboarding/repository-guide)                     | Repository map, module relationships, key patterns       | DRAFT  |
| [Architecture for Newcomers](/onboarding/architecture-for-newcomers) | High-level architecture overview for new developers      | DRAFT  |
| [Coding Standards](/onboarding/coding-standards)                     | Code style, naming conventions, TypeScript patterns      | DRAFT  |
| [PR & Commit Workflow](/onboarding/pr-and-commit-workflow)           | Git workflow, PR process, review guidelines              | DRAFT  |
| [Testing Guide](/onboarding/testing-guide)                           | Test frameworks, running tests, writing tests, coverage  | DRAFT  |
| [CI/CD Pipeline](/onboarding/ci-cd-pipeline)                         | CI/CD pipeline, staging, production, rollback procedures | DRAFT  |
| [Debugging Guide](/onboarding/debugging-guide)                       | Common issues, debugging tools, troubleshooting          | DRAFT  |

## Source Repositories

| Repository      | Setup Time | Prerequisites                                      |
| --------------- | ---------- | -------------------------------------------------- |
| equa-web        | \~10 min   | Node 22+, npm                                      |
| equa-server     | \~15 min   | Node 22+, npm, PostgreSQL                          |
| equa-patternlib | \~5 min    | Node 22+, npm                                      |
| equa-docs       | \~2 min    | Node 22+ (for Mintlify CLI and search-index build) |
