DocsInstallation

Installation

How to install dependencies and structure your app.

Note:
We have the exact same installation process as shadcn/ui.

Manual Installation

You can install VibeUI templates manually by following these steps:

1. Clone the Repository

git clone https://github.com/vibeui/templates.git

2. Navigate to the Template Directory

cd templates/[template-name]

3. Install Dependencies

npm install
# or if you use yarn yarn

4. Run the Development Server

npm run dev
# or if you use yarn yarn dev