Thank you for your interest in contributing to Cortex DB! We welcome contributions from the community to help make this project better.
- Fork the repository on GitHub.
- Clone your fork locally:
git clone https://github.com/your-username/cortex.git cd cortex - Create a new branch for your feature or bugfix:
git checkout -b feature/amazing-feature
- Install dependencies:
pnpm install
- Set up your environment variables (see
README.md). - Start the development server:
pnpm dev
Please follow the Conventional Commits specification for your commit messages.
feat: add new button variantfix: resolve sidebar navigation issuestyle: update landing page typography
- Push your branch to your fork.
- Submit a Pull Request to the
mainbranch of the original repository. - Provide a clear description of your changes and any relevant issue numbers.
- We use React with TypeScript and Tailwind CSS.
- Ensure your code passes all linting checks:
pnpm lint
Thank you for contributing!