This is my personal portfolio website. It is a static website built using Astro, React, and Tailwind.
View the website here.
- Clone the repository
git clone https://github.com/eilayk/personal-website
- Install dependencies
cd personal-website
npm install
- build
npm run build