|
|
||
|---|---|---|
| .vscode | ||
| public | ||
| src | ||
| .gitignore | ||
| DEVELOPMENT.md | ||
| Dockerfile | ||
| README.md | ||
| deploy.sh | ||
| index.html | ||
| k8s-manifests.yaml | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
README.md
Haumdaucher Website 🦢🍻
D'Offizielle Website der Haumdaucher aus Regensburg.
🚀 Quick Start (Local)
npm install
npm run dev
Visit 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.
🎡 Deployment
Use the provided deployment script to push to your Kubernetes cluster:
./deploy.sh
Check k8s-manifests.yaml for resource definitions.