This is my personal portfolio project showcasing my work and skills.
To work on this project locally:
- Clone this repository
- Install dependencies:
npm install- Start the development server:
npm run devTo build the project:
npm run buildThe project can be deployed to any static hosting platform of your choice (Vercel, Netlify, etc.).
To deploy:
- Build the project using
npm run build - Deploy the
distfolder to your hosting platform
You can set up a custom domain by following your hosting provider's documentation for custom domain configuration.
This project is licensed under the MIT License.