Docs
Installation

Installation

How to install and set up vmkit UI in your project.

Installation

This guide will help you install and configure vmkit UI in your project.

Prerequisites

Before you start, make sure you have:

  • A React project (Next.js, Vite, etc.)
  • shadcn/ui already installed and configured
  • Node.js 18 or later

Setting up vmkit UI

1. Install the CLI

First, install the vmkit UI CLI globally:

pnpm add -g vmkit

Or use it directly with npx:

```bash
npx vmkit init