docs(gtm): Create comprehensive documentation and update global readme
This commit is contained in:
@@ -1,20 +1,21 @@
|
||||
<div align="center">
|
||||
<img width="1200" height="475" alt="GHBanner" src="https://github.com/user-attachments/assets/0aa67016-6eaf-458a-adb2-6e31a0763ed6" />
|
||||
</div>
|
||||
# GTM Architect Frontend
|
||||
|
||||
# Run and deploy your AI Studio app
|
||||
Dies ist das React-Frontend für die GTM Architect Engine.
|
||||
|
||||
This contains everything you need to run your app locally.
|
||||
## Tech Stack
|
||||
* **React 19**
|
||||
* **Vite**
|
||||
* **TypeScript**
|
||||
* **Tailwind CSS**
|
||||
* **Lucide React** (Icons)
|
||||
|
||||
View your app in AI Studio: https://ai.studio/apps/drive/1bvzSOz-NYMzDph6718RuAy1mnCSjjylz
|
||||
## Entwicklung
|
||||
Das Frontend ist darauf ausgelegt, im Docker-Container `gtm-app` gebaut und serviert zu werden.
|
||||
Es kommuniziert ausschließlich mit dem lokalen Backend unter `/api/gtm`.
|
||||
|
||||
## Run Locally
|
||||
## Struktur
|
||||
* `App.tsx`: Hauptlogik und State-Management.
|
||||
* `components/`: UI-Komponenten (Layout).
|
||||
* `types.ts`: TypeScript Definitionen für die API-Payloads.
|
||||
|
||||
**Prerequisites:** Node.js
|
||||
|
||||
|
||||
1. Install dependencies:
|
||||
`npm install`
|
||||
2. Set the `GEMINI_API_KEY` in [.env.local](.env.local) to your Gemini API key
|
||||
3. Run the app:
|
||||
`npm run dev`
|
||||
Für die vollständige Systemdokumentation siehe `../gtm_architect_documentation.md`.
|
||||
Reference in New Issue
Block a user