Contributing
Welcome, and thank you for your interest in contributing to Bondery!
usebondery/bondery
150
Start here
| Section | What you'll find |
|---|---|
| Architecture | Monorepo layout, apps, packages, data flow |
| Local development setup | Postgres, API, webapp, mobile — step by step |
| Environment configuration | BONDERY_* env vars and pnpm run env |
| Authentication | OAuth clients, local auth bootstrap, troubleshooting |
| Guides | Task-focused how-tos for contributors |
Workflow
- Fork the repository and branch from
main - Follow local development setup
- Make your changes; run
pnpm run lintand relevant checks - Open a pull request with a clear description
For bugs or features, open an issue first when the approach is not obvious.