Static website for PANDR (Pandr UG). Local folder: webseite (GitHub: blockchain_berlin).
Live domains (Vercel):
- pandr.de — primary
- blockchainberlin.de → redirects to
/berlin-blockchain/
GitHub: bettabeta/blockchain_berlin
The former Next.js repo (
bettabeta/pandr) is retired — not deployed. Do not use.
Static HTML/CSS/JS — no build step. Deployed as-is from repo root via Vercel (vercel.json).
npx serve .
# or
python3 -m http.server 8765Open http://localhost:8765.
index.html— DE homepage (pandr.de)en/— EN pagesberlin-blockchain/— blockchainberlin.de contentcss/,js/,assets/— styles, scripts, imagesvercel.json— domain redirects, rewrites, security headers
Push to main → Vercel auto-deploys. Root directory is repo root; no build command.