Skip to content

Commit

Permalink
update contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
AugusteLef committed Feb 7, 2024
1 parent 204d331 commit 3e53774
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions docs/contributing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,25 @@ We're open to expanding the catalog of components to cover as many use cases as

## Components Setup Guide

<LocalDev />
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.

Expand Down

0 comments on commit 3e53774

Please sign in to comment.