This project is a collection of personal pages and CVs for Di Luzios.
This project uses pnpm as the package manager.
If you do not have pnpm installed, you can install it with npm:
npm i -g pnpm
Make sure to install the dependencies:
pnpm i
Start the development server on http://localhost:3000
:
pnpm dev
Build the application for production:
pnpm build
Locally preview production build:
pnpm preview
Generate static pages:
pnpm generate
Check out the deployment documentation for more information.