Website für den BierBus
  • TypeScript 83%
  • HTML 17%
Find a file
Liam Verzano 489ede1826
fix(copy): update event, feature, and hero section texts
- 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.
2026-01-19 10:49:37 +01:00
.github/workflows feat(firebase): add GitHub Actions for hosting deploy 2026-01-09 23:18:08 +01:00
components fix(copy): update event, feature, and hero section texts 2026-01-19 10:49:37 +01:00
.gitignore feat(firebase): add GitHub Actions for hosting deploy 2026-01-09 23:18:08 +01:00
App.tsx feat: add Instagram links to header and footer 2026-01-11 16:44:37 +01:00
firebase.json feat(firebase): add GitHub Actions for hosting deploy 2026-01-09 23:18:08 +01:00
index.html feat: update events, features, and styles for 2026 season 2026-01-10 01:51:21 +01:00
index.tsx refactor: improve formatting and consistency in UI 2026-01-09 22:09:52 +01:00
metadata.json feat: Initialize BierBus website with Vite and React 2026-01-09 21:46:42 +01:00
package-lock.json fix(copy): update event, feature, and hero section texts 2026-01-19 10:49:37 +01:00
package.json fix(copy): update event, feature, and hero section texts 2026-01-19 10:49:37 +01:00
README.md feat: Initialize BierBus website with Vite and React 2026-01-09 21:46:42 +01:00
tsconfig.json feat: Initialize BierBus website with Vite and React 2026-01-09 21:46:42 +01:00
types.ts feat: update events, features, and styles for 2026 season 2026-01-10 01:51:21 +01:00
vite.config.ts feat: Initialize BierBus website with Vite and React 2026-01-09 21:46:42 +01:00

GHBanner

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

  1. Install dependencies: npm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. Run the app: npm run dev