24 lines
205 B
Markdown
24 lines
205 B
Markdown
# Contributing
|
|
|
|
## Development setup
|
|
|
|
Install dependencies:
|
|
|
|
```
|
|
pnpm install
|
|
```
|
|
|
|
Go to a package in `packages`.
|
|
|
|
Build the library with watching:
|
|
|
|
```
|
|
pnpm run dev
|
|
```
|
|
|
|
Run tests:
|
|
|
|
```
|
|
pnpm run test
|
|
```
|