30 lines
No EOL
299 B
Markdown
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
|
|
``` |