From 1d09bb95452105dad306a1df233bb9a9167a856c Mon Sep 17 00:00:00 2001 From: CRIMX Date: Wed, 23 Aug 2023 15:36:18 +0800 Subject: [PATCH] docs(readme): add developing --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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