feat: initial commit of 'Tor der Wandlerin' - Next.js 16 + R3F landingpage

# Conflicts:
#	README.md
This commit is contained in:
Pixel
2026-04-11 14:26:31 +02:00
parent 134ccf38e3
commit ca54e5c6f7
8 changed files with 223 additions and 1 deletions
+32 -1
View File
@@ -1,3 +1,34 @@
<<<<<<< HEAD
# pixel-faebits
Pixel Landing Page Repository
Pixel Landing Page Repository
=======
# Tor der Wandlerin - Pixel's Landingpage
**Status:** 🚀 Live auf `pixel.faebits.com`
## Konzept
Eine interaktive 3D-Landingpage, die als "Tor" zur FaeBits-Anderswelt dient.
- **Runic Status:** Aktueller Status in nordischen Runen.
- **Partikel-Hintergrund:** WebGPU-basierte magische Staub-Partikel.
- **Interaktive Links:** Hover öffnet "Coming Soon" / "Work in Progress" Popups.
## Tech Stack
- Next.js 16 (App Router, Static Export)
- React 19
- Three.js 0.182 + React Three Fiber
- TypeScript
## Deployment
Automatisiert via Gitea CI/CD:
1. Push auf `main`
2. `bun install`
3. `bun run build`
4. Dateien werden in `/var/www/pixel-faebits` deployed.
## Entwicklung
```bash
bun install
bun run dev
```
>>>>>>> c0a99ee (feat: initial commit of 'Tor der Wandlerin' - Next.js 16 + R3F landingpage)