Thank you for your interest in contributing! We welcome contributions from the community.
-
Bug Reports & Feature Requests:
- Open an issue describing the bug or feature request.
- Please provide as much detail as possible, including steps to reproduce bugs.
-
Pull Requests:
- Fork the repository and create your branch from
main. - Write clear, concise commit messages.
- Ensure your code follows our coding standards (see below).
- Add or update tests as appropriate.
- Open a pull request and describe your changes.
- Fork the repository and create your branch from
- Use ESLint and Prettier for code style and formatting.
- Write clear, maintainable, and well-documented code.
- Use descriptive variable and function names.
- Add comments where necessary.
-
Clone the repository
-
Install dependencies:
nvm use npm install
-
Run tests:
npm run test -
Start the example app:
npm run build && npm run dev -w example
This project follows the Contributor Covenant Code of Conduct.