Website für den BierBus
- TypeScript 83%
- HTML 17%
- Changed event titles and locations for clarity and consistency. - Improved feature description by removing redundant wording. - Adjusted hero section copy for better flow and removed dash. - Updated button labels for clarity and localization. - Applied minor style tweak to section heading for improved readability. |
||
|---|---|---|
| .github/workflows | ||
| components | ||
| .gitignore | ||
| App.tsx | ||
| firebase.json | ||
| index.html | ||
| index.tsx | ||
| metadata.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| types.ts | ||
| vite.config.ts | ||
Run and deploy your AI Studio app
This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1wN_EiMQNI2hGUgPWBXVVZBJx3VCJ4hq4
Run Locally
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev