fluix 0.1.25

Rust UI components for GPUI
Documentation
# Fluix Component Documentation Site (Svelte)

A documentation site built with SvelteKit, following the original design style and implemented with Svelte.

## Features

- ✅ Built with SvelteKit
- ✅ Tailwind CSS v4 styling
- ✅ Lucide icon library
- ✅ Fully replicates the original design style and layout
- ✅ Dark mode support

## Development

```bash
npm install
npm run dev
```

Visit http://localhost:5173

## Build

```bash
npm run build
npm run preview
```

## Deploy to GitHub Pages

You need to configure `@sveltejs/adapter-static`:

```bash
npm install -D @sveltejs/adapter-static
```

Then configure the adapter in `svelte.config.js`.