Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 417 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 417 Bytes

CV

Usando jigsaw para generar un sitio estático de mi curriculum

Screen.Recording.2024-07-30.at.7.45.36.p.m.mov
Screen.Recording.2024-07-30.at.7.44.04.p.m.mov

Comandos

Instalar

composer install
npm install

Dev server

vendor/bin/jigsaw serve
npm run watch

Compilar prod

npm run prod