Skip to content

Commit fda9827

Browse files
committed
update contributing guide
1 parent 3b07ddc commit fda9827

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,16 @@ This repository houses the following tools:
1616

1717
We welcome contributions to this repository. Please follow the
1818
[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:
2022

2123
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)
2526
4. Run `pnpm install` to install dependencies
2627
5. Run `pnpm build` to build the packages
28+
6. Run `pnpm test` to run the tests
2729

2830
## Release process
2931

0 commit comments

Comments
 (0)