This is my personal portfolio, built from scratch.
Clone the project
git clone https://github.com/VEN-github/my-portfolio.gitGo to the project directory
cd my-portfolioInstall dependencies
npm installStart the server
npm run devBuild for production
npm run build