Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 719 Bytes

README.md

File metadata and controls

49 lines (31 loc) · 719 Bytes

diluz.io

This project is a collection of personal pages and CVs for Di Luzios.

Setup

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

Development Server

Start the development server on http://localhost:3000:

pnpm dev

Production

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.