Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions src/content/docs/how-to-work-on-the-docs-site.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,18 @@ You need a reference from your local clone to the `upstream` repository in addit

## Install Dependencies

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clear instructions

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the review.


Before installing dependencies, ensure you are using the supported Node.js version.

We recommend using Node.js 24.x (Active LTS) and managing Node.js versions with a tool such as fnm or nvm.

Verify your Node.js version:

```bash
node -v
```

The output should show Node.js 24.x.

First, ensure you have pnpm installed globally:

```bash
Expand Down