chore: migrate ui skills to bun
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user