My portfolio built using React JS
https://my-portfolio-abhinav2011.vercel.app/
Clone the project
git clone https://github.com/Abhinav2011/my-portfolio
Go to the project directory
cd my-portfolio
Install dependencies
npm install
Start the server
npm start
Pull docker image
docker pull abhinav2011/abhinav-portfolio
Run the docker image
docker run -p 5173:5173 abhinav2011/abhinav-portfolio