Skip to content

Installation

apps/docs/src/content/docs/getting-started/installation Click to copy
Copied! apps/docs/src/content/docs/getting-started/installation
  • Node.js 20.x or later (LTS recommended)
  • npm 10.x or later
  • Git 2.x or later
Terminal window
# Clone the repository
git clone https://github.com/himerus/wc-2026.git
cd wc-2026
# Use the correct Node version
nvm use
# Install all dependencies (workspace-aware)
npm install
# Start the documentation dev server
turbo run dev --filter=docs

WC-2026 uses Turborepo with npm workspaces for build orchestration:

PackageDescriptionStatus
apps/docsAstro/Starlight documentation hubActive
apps/storybookStorybook component playgroundPhase 3
packages/wc-libraryLit 3.x component libraryPhase 2