Thank you for considering contributing to this project! Here are some guidelines to help you get started.
If you find a bug or have a feature request, please create an issue on GitHub. When reporting an issue, please include as much detail as possible to help us understand and address the problem.
To contribute code or documentation changes:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
Please ensure your changes adhere to the following guidelines:
- Include tests for new features or bug fixes.
- Follow the existing code style and conventions.
- Update documentation if applicable.
This project adheres to a code of conduct to ensure a respectful and inclusive environment. By participating, you agree to uphold this code.
To set up the project locally:
- Install dependencies:
pnpm install
- Run the app:
npx vercel dev
We appreciate all contributions! Here are some of the current contributors:
Feel free to check the contributors page for a complete list.
Be sure to drop a β if you like the project!