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 25782ca commit 35fff8dCopy full SHA for 35fff8d
README.md
@@ -12,6 +12,18 @@ This repository houses the following tools:
12
13
<!-- prettier-ignore-end -->
14
15
+## Contributing
16
+
17
+We welcome contributions to this repository. Please see the
18
+[contribution guidelines](CONTRIBUTING.md). For running the project locally,
19
20
+1. Clone the repository
21
+2. Make sure you have Node.js `>=20.x` installed
22
+3. Make sure you have [`pnpm`] installed:
23
+ [https://pnpm.io/installation](https://pnpm.io/installation)
24
+4. Run `pnpm install` to install dependencies
25
+5. Run `pnpm build` to build the packages
26
27
## Release process
28
29
We use `changeset` to manage releases. Every PR should include a changeset file. The release process
0 commit comments