https://github.com/explodingcamera/www-2022
Personal Website/Portfolio
https://github.com/explodingcamera/www-2022
portfolio
Last synced: 4 months ago
JSON representation
Personal Website/Portfolio
- Host: GitHub
- URL: https://github.com/explodingcamera/www-2022
- Owner: explodingcamera
- License: isc
- Created: 2018-09-28T13:10:00.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T17:52:16.000Z (over 1 year ago)
- Last Synced: 2025-01-22T02:32:12.369Z (5 months ago)
- Topics: portfolio
- Language: TypeScript
- Homepage: https://henrygressmann.de
- Size: 99.7 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.