diff --git a/README.md b/README.md
index b2fc626..54f3a1a 100644
--- a/README.md
+++ b/README.md
@@ -1,20 +1,53 @@
-
-

-
+# Bay Area Affiliates
-# Run and deploy your AI Studio app
+Ein modernes React-Projekt erstellt mit Vite, TypeScript und Framer Motion.
-This contains everything you need to run your app locally.
+## Voraussetzungen
-View your app in AI Studio: https://ai.studio/apps/drive/19QGHBMfoMD7dqVbMKC_4jTa_Dco6mOuv
+- Node.js (Version 18 oder höher empfohlen)
+- npm (wird mit Node.js installiert)
-## Run Locally
+## Installation
-**Prerequisites:** Node.js
+Klone das Repository und installiere die Abhängigkeiten:
+```bash
+npm install
+```
-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`
+## Entwicklung
+
+Starte den lokalen Entwicklungsserver:
+
+```bash
+npm run dev
+```
+
+Die Anwendung ist dann unter `http://localhost:5173` erreichbar.
+
+## Build
+
+Erstelle eine optimierte Version für die Produktion:
+
+```bash
+npm run build
+```
+
+Die erzeugten Dateien befinden sich im `dist`-Verzeichnis.
+
+## Vorschau
+
+Teste den Produktions-Build lokal:
+
+```bash
+npm run preview
+```
+
+## Technologien
+
+- [React](https://react.dev/)
+- [Vite](https://vitejs.dev/)
+- [TypeScript](https://www.typescriptlang.org/)
+- [Framer Motion](https://www.framer.com/motion/) (Animationen)
+- [GSAP](https://gsap.com/) (Animationen)
+- [Lenis](https://github.com/studio-freight/lenis) (Smooth Scrolling)