We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ca95f commit 143edb9Copy full SHA for 143edb9
README.md
@@ -68,6 +68,21 @@ npm install @tanstack/react-devtools
68
npm install @tanstack/devtools # no framework, just vanilla js
69
```
70
71
+## Development
72
+
73
+To contribute to the development of TanStack Devtools, you can clone the repository and run the following commands:
74
75
+```bash
76
+pnpm install
77
+pnpm dev
78
+```
79
80
+Then go to any of the example directories and run:
81
82
83
84
85
86
## How to help?
87
88
### [Become a Sponsor](https://github.com/sponsors/tannerlinsley/)
0 commit comments