Skip to content

Getting Started

Developer onboarding and workflow documentation.

DocumentDescription
Developer WorkflowHow to use changesets for version management
Monorepo GuideUnderstanding the monorepo structure
Adding New AppsHow to add new applications to the monorepo
Docker DevelopmentLocal development with Docker
Pre-commit HooksGit hooks and code quality enforcement
Trigger TasksBackground job documentation
  1. Clone the repository
  2. Run pnpm install
  3. Copy .env.example to .env and configure
  4. Run pnpm dev to start development servers

See the Monorepo Guide for detailed setup instructions.