Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/explodingcamera/www-2022

Personal Website/Portfolio
https://github.com/explodingcamera/www-2022

portfolio

Last synced: about 2 months ago
JSON representation

Personal Website/Portfolio

Awesome Lists containing this project

README

        

# [henrygressmann.de](https://henrygressmann.de)

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.