# UI Folder
Add your Catalyst UI kit files here.
## Setup
1. Download and extract Catalyst UI kit into this folder
2. Run `npm install` to install dependencies
3. Run `npm run dev` to start the development server
4. In another terminal, run `cargo tauri dev` from the project root
## Structure
```
ui/
├── src/ # Your app source files
├── index.html # Main HTML entry point
├── package.json # Node dependencies
└── vite.config.js # Vite configuration
```