19 lines
664 B
Markdown
19 lines
664 B
Markdown
# EmberClone
|
|
|
|
Klon-Anwendung inspiriert von [Embertime](https://git.it.financeflow.de/oxofrmbl/embertime), generiert durch eine Multi-KI-Pipeline:
|
|
|
|
- **Claude** (Anthropic) als Orchestrator + Verifier
|
|
- **Gemma 4 31B** (lokal via vLLM) als Code-Generator
|
|
- Basis: [SaaS-Blueprint-Engine](https://git.it.financeflow.de/oxofrmbl/saas-blueprint-engine) v1-Output
|
|
|
|
Siehe [CLAUDE.md](CLAUDE.md) für Architektur, [GENERATION_LOG.md](GENERATION_LOG.md) für Build-Historie.
|
|
|
|
## Quick Start
|
|
|
|
```bash
|
|
docker compose -f infra/docker-compose.yml up -d
|
|
pnpm install && pnpm --filter api db:migrate && pnpm dev
|
|
```
|
|
|
|
Web: `http://localhost:5174`, API: `http://localhost:4001`.
|