chore: migrate ui skills to bun

Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
2026-04-07 23:18:56 -04:00
parent c4865a6d20
commit 9e27b41efe
5 changed files with 10 additions and 10 deletions

View File

@@ -26,11 +26,11 @@ A modern dark-themed React UI system using **Tailwind CSS** and **Framer Motion*
## Quick Start
```bash
npm create vite@latest my-app -- --template react-ts
bun --bun create vite@latest my-app -- --template react-ts
cd my-app
npm install framer-motion clsx react-router-dom
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p
bun --bun install framer-motion clsx react-router-dom
bun --bun install -D tailwindcss postcss autoprefixer
bunx --bun tailwindcss init -p
```
## Project Structure