# Haumdaucher Website ðŸĶĒðŸŧ D'Offizielle Website der Haumdaucher aus Regensburg. ## 🚀 Quick Start (Local) ```bash npm install npm run dev ``` Visit [http://localhost:5173/](http://localhost:5173/) to see the site. ## 🛠 Documentation For detailed information on the project structure, how to modify themes, update content, or deploy to Kubernetes, please see the **[Development Guide](DEVELOPMENT.md)**. ## ðŸŽĄ Deployment Use the provided deployment script to push to your Kubernetes cluster: ```bash ./deploy.sh ``` Check [k8s-manifests.yaml](k8s-manifests.yaml) for resource definitions.