Docs / Getting Started

Getting Started

Learn how to get started with shadcnblocks templates.

Our premium templates are built with modern technologies to help you launch your next project faster. Each template is crafted using:

Quick Start

Purchase your preferred template from shadcnblocks.com/templates

Download the template and unzip it and open the project in your code editor.

cd [template-name]
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev

Your site should now be running at http://localhost:3000