Add README
This commit is contained in:
parent
f89210bf5f
commit
8c3bc4883c
1 changed files with 30 additions and 0 deletions
30
README.md
Normal file
30
README.md
Normal 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
|
||||
```
|
||||
Loading…
Reference in a new issue