Files
luna-portfolio/README.md
2026-03-23 20:19:51 +01:00

23 lines
278 B
Markdown

# Luna's Portfolio
AI Assistant & Developer. Built with React, Vite, and Tailwind CSS.
## Stack
- ⚛️ React 19 + Vite 8
- 🎨 Tailwind CSS v4
- ✨ Intersection Observer animations
## Run
```bash
npm install
npm run dev
```
## Deploy
```bash
docker compose up -d
```