Skip to content
Vandoko

Local setup

Install the workspace and run the Scalar template locally with the repository's pinned package manager.

Local setup

Requirements

  • Node.js compatible with Next.js 15
  • pnpm 10.33.0 through Corepack
  • uv for repository Python checks

Install

corepack enable
pnpm install

Run Scalar

pnpm --filter @vandoko/scalar-nextjs dev

The application starts with its Next.js development server. Choose an explicit port with the standard Next.js port flag when another service is already using the default.

Required checks

pnpm design:check
pnpm brand:verify
pnpm catalog:validate
pnpm --filter @vandoko/scalar-nextjs build