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 fc765a8 commit 9571a22Copy full SHA for 9571a22
src/docs/contribute/development.md
@@ -53,6 +53,10 @@ Install CMake by downloading from the official [website](https://cmake.org/downl
53
brew install cmake
54
```
55
56
+### Install pnpm
57
+
58
+Install `pnpm` (a package manager for node.js, similar to `npm`) by following instructions from the official [website](https://pnpm.io/installation).
59
60
#### Dependencies
61
62
Run the following command in `justfile` at the project root to install dependencies:
0 commit comments