diff --git a/README.md b/README.md index c85996a..b946915 100644 --- a/README.md +++ b/README.md @@ -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