Contributing
Getting Started
- Clone the repository you want to contribute to
- Install dependencies with
bun install - Run the development server with
bun dev
Code Style
We use Biome for linting and formatting across all projects.
bun run lintGit Conventions
Branches
master— Production branch (auto-deploys to Vercel)feat/*— Feature branchesfix/*— Bug fix branches
Commits
Follow Conventional Commits :
feat: add CSV import for leads
fix: resolve prerendering error on dashboard
docs: update API reference
chore: bump dependenciesPull Requests
- Create a feature branch from
master - Make your changes
- Open a PR against
master - Wait for review
Deploying
All apps auto-deploy to Vercel when merged to master. Preview deployments are created for every PR.
Questions?
Open an issue in the relevant repository or join the Discord .
Last updated on