Skip to content

Commit

Permalink
docs(readme): add developing
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Aug 23, 2023
1 parent a98bf5f commit 1d09bb9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,24 @@ Examples are in [here](https://github.com/crimx/observable-hooks/tree/main/examp

Note that there are also some useful [utilities](https://observable-hooks.js.org/api/helpers.html) for common use cases to reduce garbage collection.

## Developing

Install dependencies:

```
pnpm i
```

Run tests:

```
pnpm test
```

Lint code:

```
pnpm lint
```

[docs]: https://observable-hooks.js.org

0 comments on commit 1d09bb9

Please sign in to comment.