Getting started with cascivo
Copy-paste via the CLI (you own the source)
npx cascivo init
npx cascivo add button cardcascivo init writes cascivo.config.ts and installs the runtime dependencies — @cascivo/core, @cascivo/tokens, @cascivo/themes, and the @preact/signals-react peer — plus cascivo as a dev dependency for the config types. It auto-detects your package manager (pnpm / yarn / npm / bun), including inside a workspace.
Prebuilt package (no copying)
pnpm add @cascivo/react @cascivo/themes @preact/signals-reactCharts are a separate install: pnpm add @cascivo/charts.
Full guide (fetchable markdown): /docs/getting-started.md.