Skip to content

PascalHonegger/honegger.dev

Repository files navigation

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.