Installation
apps/docs/src/content/docs/getting-started/installation Click to copy Copied!
apps/docs/src/content/docs/getting-started/installation Prerequisites
Section titled “Prerequisites”- Node.js 20.x or later (LTS recommended)
- npm 10.x or later
- Git 2.x or later
Quick Install
Section titled “Quick Install”# Clone the repositorygit clone https://github.com/himerus/wc-2026.gitcd wc-2026
# Use the correct Node versionnvm use
# Install all dependencies (workspace-aware)npm install
# Start the documentation dev serverturbo run dev --filter=docsMonorepo Structure
Section titled “Monorepo Structure”WC-2026 uses Turborepo with npm workspaces for build orchestration:
| Package | Description | Status |
|---|---|---|
apps/docs | Astro/Starlight documentation hub | Active |
apps/storybook | Storybook component playground | Phase 3 |
packages/wc-library | Lit 3.x component library | Phase 2 |
Next Steps
Section titled “Next Steps”- Quick Start - Build your first component
- Project Structure - Understand the monorepo layout
- Architecture Overview - System design decisions