Thank you for your interest in contributing to Axon!
- Fork the repository
- Clone your fork
- Install dependencies:
pnpm install - Build all packages:
pnpm build - Run tests:
pnpm test
This is a monorepo managed with pnpm workspaces and Turborepo.
- Packages live in
packages/ - Apps live in
apps/ - Run
pnpm devfor watch mode across all packages
- Create a branch from
main - Make your changes
- Ensure
pnpm buildandpnpm testpass - Submit a pull request
By contributing, you agree that your contributions will be licensed under the MIT License.