### Install Marketing Blocks using shadcn CLI Source: https://tailark.com/docs/index These commands demonstrate how to install marketing blocks from the Tailark registry using the shadcn CLI. You can install blocks from the main Tailark kit or the Mist kit by specifying the block name. ```bash pnpm dlx shadcn add @tailark/hero-section-1 ``` ```bash pnpm dlx shadcn add @tailark/mist-hero-section-1 ``` -------------------------------- ### Initialize MCP Server Configuration Source: https://tailark.com/docs/index This command initializes the MCP (Marketing Component Platform) server configuration for your project. It guides you through selecting an MCP client and enabling the server. ```bash pnpm dlx shadcn mcp init ``` -------------------------------- ### Add Tailark Registry to components.json Source: https://tailark.com/docs/index This JSON configuration adds the Tailark registry namespace to your project's `components.json` file. This allows the shadcn CLI to recognize and pull components from the Tailark registry. ```json { "registries": { "@tailark": "https://tailark.com/r/{name}.json" } } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.