My personal website v2025, forever under contruction :D
https://marcodcellamare.github.io
$ npm run tool:optimize.images
$ npm run tool:sitemap.generator
$ npm run tool:robots.generator
// To run them all
$ npm run tools
$ npm run dev
$ npm run dev:host
$ npm run lint
$ npm run test:vitest
$ npm run test:vitest:coverage
$ npm run test:playwright
$ npm run test:playwright:ui
$ npm run test:playwright:report
// To run both test:vitest and test:playwright
$ npm run test:all
$ npm run prebuild
$ npm run build
$ npm run preview
$ npm run deploy