24 lines
606 B
Markdown
24 lines
606 B
Markdown
# 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.
|