File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,16 @@ This repository houses the following tools:
16
16
17
17
We welcome contributions to this repository. Please follow the
18
18
[ Code of Conduct] ( https://github.com/graphprotocol/graph-node/blob/master/CODE_OF_CONDUCT.md ) for
19
- all the communications. For running the project locally,
19
+ all the communications.
20
+
21
+ To run this project locally:
20
22
21
23
1 . Clone the repository
22
- 2 . Make sure you have Node.js ` >=20.x ` installed
23
- 3 . Make sure you have [ ` pnpm ` ] installed:
24
- [ https://pnpm.io/installation ] ( https://pnpm.io/installation )
24
+ 2 . Make sure you have [ Node.js] ( https://nodejs.org/en ) ` >=20.x ` installed
25
+ 3 . Make sure you have [ ` pnpm ` installed] ( https://pnpm.io/installation )
25
26
4 . Run ` pnpm install ` to install dependencies
26
27
5 . Run ` pnpm build ` to build the packages
28
+ 6 . Run ` pnpm test ` to run the tests
27
29
28
30
## Release process
29
31
You can’t perform that action at this time.
0 commit comments