Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:03:24 +08:00
commit c431765352
13 changed files with 1442 additions and 0 deletions

12
commands/install.md Normal file
View File

@@ -0,0 +1,12 @@
---
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
```