diff --git a/docs/contributing.mdx b/docs/contributing.mdx index dcf5ca3..c0c16ab 100644 --- a/docs/contributing.mdx +++ b/docs/contributing.mdx @@ -59,9 +59,25 @@ We're open to expanding the catalog of components to cover as many use cases as ## Components Setup Guide - +1. Clone the repository: + +```sh +git clone https://github.com/onedoclabs/react-print +``` + +2. Install all dependencies: + +```sh +pnpm install +``` + +3. Run local servers and watch for changes: + +```sh +pnpm dev +``` -4. Add a new folder under `packages` and build your component. +4. Add a new folder under `src` and build your component. 5. Don't forget to add tests.