45606723eaf6660298e1eaff149d9993b25335c8
Valtrix – Corporate Website (Astro + Tailwind) v4
- Dark Hero standard, Case Studies integriert
- Logo:
public/logo-valtrix.png
Quickstart
npm ci
npm run dev
npm run build
Container (Podman)
Container bauen und starten:
# Image bauen (nutzt Containerfile im Repo)
podman build -t valtrix-site .
# Container starten (localhost:8080 → Container:3000)
podman run --rm -p 8080:3000 valtrix-site
Optional: als Pod via podman play kube (setzt lokales Image localhost/valtrix-site:latest voraus):
# Taggen für den lokalen Registry-Namespace
podman tag valtrix-site localhost/valtrix-site:latest
# Pod aus YAML starten
podman play kube deploy/podman-kube.yaml
Hinweise:
- Das Image ist zweistufig: Build in Node 22 Alpine, Runtime in NGINX Alpine.
- Die Seite ist rein statisch (Astro output: static) und benötigt keinen Server‑Side‑Code.
Description
Languages
Astro
87.3%
JavaScript
7.5%
CSS
4.1%
Dockerfile
1.1%