diff --git a/README.md b/README.md new file mode 100644 index 0000000..138ae6b --- /dev/null +++ b/README.md @@ -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 +``` \ No newline at end of file