Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 250 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 250 Bytes

Portfolio | cristobalherreros.info

Originally created with create-react-app, now migrated to vite.

Seting up

Install Dependencies:

npm i

Run (dev mode):

npm run dev

Build for production:

npm run build