# create-dovite

Vite template featuring Tailwind(v4), ShadCN, and DOMO integration.


> **Note:** This package requires yarn and the DOMO CLI to be installed before use.

## Prerequisites

```bash
# Install yarn if you don't have it
npm install -g yarn

# For DOMO CLI installation, refer to:
[DOMO CLI](https://developer.domo.com/portal/6hlzv1hinkq19-setup-and-installation)
```

## Usage

```bash
# Using yarn (recommended)
yarn create-dovite my-app

# Using npm
npx create-dovite my-app
```

## Features

- ⚡️ Vite for fast development
- 🎨 Tailwind CSS for styling
- 🎯 shadcn/ui components
- 🔄 DOMO integration
- 📦 Preconfigured build setup

## Requirements

- Node.js 16.x or higher
- npm or yarn

## Inspirations

- [DOMO Starter Kits](https://developer.domo.com/portal/u8w475o2245yp-starter-kits)
- [Vitawind](https://vitawind.vercel.app/)

## License
MIT
