Getting Started
Developer onboarding and workflow documentation.
Contents
Section titled βContentsβ| Document | Description |
|---|---|
| Developer Workflow | How to use changesets for version management |
| Monorepo Guide | Understanding the monorepo structure |
| Adding New Apps | How to add new applications to the monorepo |
| Docker Development | Local development with Docker |
| Pre-commit Hooks | Git hooks and code quality enforcement |
| Trigger Tasks | Background job documentation |
Quick Start
Section titled βQuick Startβ- Clone the repository
- Run
pnpm install - Copy
.env.exampleto.envand configure - Run
pnpm devto start development servers
See the Monorepo Guide for detailed setup instructions.