This is a static HTML website.
Open PowerShell and run:
cd C:\resume-portfolio
npx serve .Then open the URL displayed in the terminal, usually:
http://localhost:3000
Install the project dependencies:
npm installStart the SCSS watcher:
npm run watch-css