Notes for developers working on this project
- Node.js 20+ (recommended)
- npm (repo uses npm workspaces)
From the repo root:
npm installnpm run devThis runs the color-swatch-docs workspace.
npm testStart the Vite dev server in the component workspace:
npm run dev --workspace packages/color-swatchBuild the library bundle:
npm run build --workspace packages/color-swatchThe VitePress content lives in packages/color-swatch-docs/:
getting-started.mdexamples.mddocs.md
MIT — see LICENSE.