This repository contains the codebase for the personal website of Dr. Georg Hackenberg, Professor for Industrial Informatics, software engineer, and entrepreneur.
The site is built using Astro and Tailwind CSS v4, and is hosted on GitHub Pages at ghackenberg.github.io.
To run the project locally, install dependencies and start the development server:
npm install
npm run devThe website is deployed automatically via GitHub Actions (defined in .github/workflows/deploy.yml) on every push to the main branch.