- First fork the repo.
git clone https://github.com/your-username/Portfolio.git
cd portfolio
npm i
npm run dev
First install Docker Enginer or Docker Desktop then pull the image by below command.
docker pull surajkumar00/portfolio
docker run -d -p 3000:3000 surajkumar00/portfolio
check localhost:3000