Quick Start

Environment Setup

Node Download

node
nvm install 24
nvm use 24

Pnpm Download

package.json configures packageManager as pnpm@10.13.1; corepack will automatically install this version.

pnpm
corepack enable pnpm

Check pnpm version, expected to be 10.26.1:

pnpm
pnpm -v # expected 10.26.1

Start the Project

Start the documentation site (supports simultaneous development and debugging of vseed):

Development
pnpm install

pnpm dev

Build:

Build
pnpm build 

Analyze the build output with rsdoctor:

Analyze
pnpm build:rsdoctor 
# or
pnpm dev:rsdoctor