Add README

This commit is contained in:
Khoa Vo 2026-04-19 11:09:30 +07:00
parent f89210bf5f
commit 8c3bc4883c

30
README.md Normal file
View file

@ -0,0 +1,30 @@
# 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
```