Developer Onboarding
Everything a new developer needs to get up and running with the Equa platform codebase.Documents (8)
| Document | Description | Status |
|---|---|---|
| Developer Setup | First-day setup checklist, environment, dependencies | DRAFT |
| Repository Guide | Repository map, module relationships, key patterns | DRAFT |
| Architecture for Newcomers | High-level architecture overview for new developers | DRAFT |
| Coding Standards | Code style, naming conventions, TypeScript patterns | DRAFT |
| PR & Commit Workflow | Git workflow, PR process, review guidelines | DRAFT |
| Testing Guide | Test frameworks, running tests, writing tests, coverage | DRAFT |
| CI/CD Pipeline | CI/CD pipeline, staging, production, rollback procedures | DRAFT |
| 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 18+ (for npx mintlify) |