- Bun (v1.0 or higher recommended)
- Install dependencies:
bun install- Lol.exe
3. **Run the development server:**
```bash
bun dev
- Open in browser:
Navigate to http://localhost:3000
| Command | Description |
|---|---|
bun dev |
Start development server with hot reload |
bun run build |
Build for production |
bun start |
Start production server |
bun lint |
Run ESLint for code quality |
- Runtime: Bun
- Framework: Next.js 14
- Language: TypeScript
- Styling: Tailwind CSS
- UI Components: Radix UI, Lucide Icons
- Animations: Framer Motion
- State Management: Jotai


