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

# Development

> Engineering processes, team info, workflows, and coding standards

This is the home for everything the engineering team needs day to day. Our stack is a
**Symfony (PHP)** backend and an **Angular** frontend.

<Columns cols={2}>
  <Card title="Processes" icon="diagram-project" href="/development/processes">
    How we plan, review, and ship work.
  </Card>

  <Card title="Developers" icon="users" href="/development/devs">
    Team, roles, onboarding, and local setup.
  </Card>

  <Card title="Workflows" icon="code-branch" href="/development/workflows">
    Branching, pull requests, CI/CD, and releases.
  </Card>

  <Card title="Backend standards" icon="php" href="/development/backend/coding-standards">
    Conventions for our Symfony (PHP) backend.
  </Card>

  <Card title="Frontend standards" icon="angular" href="/development/frontend/coding-standards">
    Conventions for our Angular frontend.
  </Card>
</Columns>
