Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/explodingcamera/www-2022
- Owner: explodingcamera
- License: isc
- Created: 2018-09-28T13:10:00.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T17:52:16.000Z (about 1 year ago)
- Last Synced: 2023-10-31T16:41:22.574Z (about 1 year 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.