Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 534 Bytes

File metadata and controls

12 lines (9 loc) · 534 Bytes

Welcome to my portfolio

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
pnpm install Installs dependencies
pnpm run dev Starts local dev server at localhost:3000
pnpm run build Build your production site to ./dist/
pnpm run preview Preview your build locally, before deploying