Skip to content

Commit 143edb9

Browse files
committed
update readme with instructions on how to run the project
1 parent 84ca95f commit 143edb9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,21 @@ npm install @tanstack/react-devtools
6868
npm install @tanstack/devtools # no framework, just vanilla js
6969
```
7070

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+
```bash
83+
pnpm dev
84+
```
85+
7186
## How to help?
7287

7388
### [Become a Sponsor](https://github.com/sponsors/tannerlinsley/)

0 commit comments

Comments
 (0)