Files
Jan WagnerandCursor 5657b1d202 feat(portfolio): rebuild w-make.com as a bilingual editorial studio
Give clients a real IA, SMTP contact to eldov@w-make.de, and live Batch
evidence instead of a single-page placeholder.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-16 03:20:16 +02:00

28 lines
983 B
Markdown

# w-make.com
Öffentliche Firmen- und Portfolio-Site von Jan Wagner: industrielle Software, Systems Thinking, Glass Technology.
Deutsch ist die Standardsprache ohne Prefix (`/`, `/arbeit`). Englisch liegt unter `/en`. Inhalte stehen in `src/content/`, UI-Texte in `src/i18n/dictionaries.ts`. Die öffentliche Präsenz folgt `PRESENCE-STRATEGY.md`.
## Lokal
```bash
npm install
npm test
npm run dev
```
Kontaktformular speichert Anfragen in SQLite (`INQUIRIES_DB_PATH`) und sendet sie per SMTP, sobald `CONTACT_TO`, `SMTP_HOST`, `SMTP_USER` und `SMTP_PASS` gesetzt sind. Lokal liegen diese Werte in `.env.local` (nicht committen), bezogen auf `eldov@w-make.de`. Optional: `CONTACT_FROM`, `SMTP_PORT`, `NEXT_PUBLIC_SITE_URL`, `UPDATES_API_URL`.
## Routen
| DE | EN |
|---|---|
| `/` | `/en` |
| `/ueber-mich` | `/en/about` |
| `/arbeit` | `/en/work` |
| `/notizen` | `/en/notes` |
| `/kontakt` | `/en/contact` |
| `/impressum` | `/en/legal` |
| `/datenschutz` | `/en/privacy` |