DocsGetting startedInstallation
Installation
Get the CascadeKit CLI running and add your first section in under a minute.
Prerequisites
- A Shopify theme on Online Store 2.0 (Dawn or similar).
- Node.js 18 or newer.
- Tailwind CSS configured in your theme.
Install the CLI
Install CascadeKit globally with npm:
$ npm install -g cascadekitPrefer not to install? Every command also works with npx:
$ npx cascadekit@latest --helpTip
You don't need a global install — npx cascadekit add … works on demand.
Authenticate
Link your license so the CLI can pull premium sections:
$ cascadekit login