Katlux Showcase Development

Guide for developing and testing Katlux UI components, providers, and presets directly within the Showcase project.

1. Clone Monorepo & Install

Clone the repository and install dependencies at the root level:

Bash
git clone https://github.com/katlux-ui/KatluxShowcase.git
cd KatluxShowcase
npm install
2. Start Development Server

Run the local Nuxt development server with hot-module reloading:

Bash
npm run dev
3. Monorepo Package Integration

The Showcase application automatically imports local monorepo packages (packages/katlux-toolkit, packages/katlux-providers, packages/katlux-preset-modern). Any edits to components or providers take effect immediately.