Contribute to AION

AION is publicly accessible and open to shared contribution. The best entry path is practical, reviewable, and small enough to verify clearly.

Start with one of these tracks

Basic local flow

  1. Install dependencies with pnpm install
  2. Copy the environment file with Copy-Item .env.example .env
  3. Generate the Prisma client with pnpm --filter @aion/api prisma:generate
  4. Run checks before opening a pull request

Verification baseline

Project boundaries