13 lines
298 B
Markdown
13 lines
298 B
Markdown
---
|
|
description: Install dotai prerequisites and project setup files
|
|
allowed-tools: Bash
|
|
---
|
|
|
|
# Install dotai Prerequisites
|
|
|
|
Initialize your project with dotai setup files using shadcn CLI:
|
|
|
|
```bash
|
|
npx shadcn@latest add https://raw.githubusercontent.com/udecode/dotai/main/registry/dotai.json
|
|
```
|