kv-cv/README.md
2026-04-19 11:09:30 +07:00

30 lines
No EOL
299 B
Markdown

# Portfolio
My personal portfolio website built with React, Vite, and Tailwind CSS.
## Tech Stack
- React 18
- Vite
- Tailwind CSS
- Framer Motion
- Lucide React
## Getting Started
```bash
npm install
npm run dev
```
## Build
```bash
npm run build
```
## Preview
```bash
npm run preview
```