Current domain: www.anshverma.com
This is the repository for my portfolio website, built using React.
- Clone the repository
- Run
npm install
to install dependencies - Run
npm run start
to start the development server - Open
http://localhost:3000
in your browser to view the website
This website is deployed using GitHub pages. Updating the website is as simple as pushing changes to the main
branch and running npm run deploy
.