If you want to contribute to the development of @quiltt/react
, follow these steps:
- Clone the quiltt-js repository from GitHub.
- Navigate to the root folder of the project.
- Install the dependencies by running
pnpm install
. - Start the development environment with
pnpm run dev
. - Make your changes and ensure they pass linting and type checks with
pnpm run lint
andpnpm run typecheck
respectively. - Write tests for your changes and run them using
pnpm test
. - Submit a pull request on the GitHub repository.
By following these steps, you can contribute to the development of @quiltt/react
and help improve its features and functionality. We appreciate your contributions and thank you for your support!