Thank you for considering contributing to this project! Here are some guidelines to help you get started:
- Fork the repository and clone it locally.
- Install dependencies using
npm installoryarn install. - Run the development server using
npm run devoryarn dev.
- Follow the existing code style and conventions.
- Write clear and concise commit messages.
- Add comments to explain complex logic.
- Create a new branch for your feature or bug fix.
- Ensure all tests pass and add new tests if necessary.
- Submit a pull request with a detailed description of your changes.
If you encounter any issues, please open an issue on GitHub with detailed steps to reproduce the problem.
We appreciate your contributions and look forward to collaborating with you!