This is my personal portfolio website, using vanilla HTML/JS/CSS.
Install dependencies:
npm installRun the dev server (Vite):
npm run devThen the app should be available at http://localhost:5173
npm run lintValidate URLs and image formats using:
npm test