Current domain: www.anshverma.com
This is the repository for my portfolio website, built using React.
- Clone the repository
- Run
npm installto install dependencies - Run
npm run startto start the development server - Open
http://localhost:3000in your browser to view the website
This website is deployed using GitHub Actions. The deployment pipeline is triggered automatically whenever changes are pushed to the main branch. The pipeline builds the project and deploys it to GitHub Pages. No manual steps are required.