Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 953 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 953 Bytes

honegger.dev - Portfolio Website for Pascal Honegger

Uptime Robot ratio (30 days) Chromium HSTS preload honegger.dev build

My personal work-in-progress portfolio website.

Developing

After first clone you'll need to run pnpm install (using pnpm). You can then start a development server by running the following commands:

pnpm dev

# or start the server and open the app in a new browser tab
pnpm dev --open

Building

You can easily create a static production version:

pnpm build

You can preview the production build with pnpm preview or simply serve the webapp using any webserver.