Add README with startup instructions
This commit is contained in:
parent
a3cd5f30dd
commit
e5c5503e08
59
README.md
59
README.md
|
|
@ -1,20 +1,53 @@
|
|||
<div align="center">
|
||||
<img width="1200" height="475" alt="GHBanner" src="https://github.com/user-attachments/assets/0aa67016-6eaf-458a-adb2-6e31a0763ed6" />
|
||||
</div>
|
||||
# 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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue