Skip to content

explodingcamera/www-2022

Repository files navigation

This repository contains my website/portfolio. Feel free to use anything contained here as a starting point for your projects as long as you honor the ISC license.

Requirements

  • node.js 20.x
  • PNPM >= 8.x

Development

  1. Install Dependencies $ pnpm install
  2. Start dev server $ pnpm run dev

Deployment

henrygressmann.de is deployed through Github Pages which is served behind a cloudflare reverse proxy automatically on every push to the main branch using Github Actions.