7ed4884c76
Co-authored-by: Guillaume Chau <guillaume.b.chau@gmail.com>
24 lines
193 B
Markdown
24 lines
193 B
Markdown
# Contributing
|
|
|
|
## Development setup
|
|
|
|
Install dependencies:
|
|
|
|
```
|
|
pnpm install
|
|
```
|
|
|
|
Go to a package in `packages`.
|
|
|
|
Build the library:
|
|
|
|
```
|
|
pnpm run build
|
|
```
|
|
|
|
Run tests:
|
|
|
|
```
|
|
pnpm run test
|
|
```
|