Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 712 Bytes

File metadata and controls

54 lines (38 loc) · 712 Bytes

The Portfolio of Marco D. Cellamare

My personal website v2025, forever under contruction :D

Live

https://marcodcellamare.github.io

Tools

$ npm run tool:optimize.images
$ npm run tool:sitemap.generator
$ npm run tool:robots.generator

// To run them all
$ npm run tools

Development

$ npm run dev
$ npm run dev:host
$ npm run lint

Testing

$ 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

Build

$ npm run prebuild
$ npm run build
$ npm run preview

Deploy (gh-pages)

$ npm run deploy