hotschpotsh/Pottery-website
Timo Knuth 4375f9b3e3 Initial commit of full project structure 2026-01-12 18:48:54 +01:00
..
components Initial commit of full project structure 2026-01-12 18:48:54 +01:00
hooks Initial commit of full project structure 2026-01-12 18:48:54 +01:00
pages Initial commit of full project structure 2026-01-12 18:48:54 +01:00
public Initial commit of full project structure 2026-01-12 18:48:54 +01:00
.gitignore Initial commit of full project structure 2026-01-12 18:48:54 +01:00
App.tsx Initial commit of full project structure 2026-01-12 18:48:54 +01:00
README.md Initial commit of full project structure 2026-01-12 18:48:54 +01:00
constants.ts Initial commit of full project structure 2026-01-12 18:48:54 +01:00
index.html Initial commit of full project structure 2026-01-12 18:48:54 +01:00
index.tsx Initial commit of full project structure 2026-01-12 18:48:54 +01:00
metadata.json Initial commit of full project structure 2026-01-12 18:48:54 +01:00
package-lock.json Initial commit of full project structure 2026-01-12 18:48:54 +01:00
package.json Initial commit of full project structure 2026-01-12 18:48:54 +01:00
tsconfig.json Initial commit of full project structure 2026-01-12 18:48:54 +01:00
types.ts Initial commit of full project structure 2026-01-12 18:48:54 +01:00
vite.config.ts Initial commit of full project structure 2026-01-12 18:48:54 +01:00

README.md

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/1xMGYSZE5oFy0eXRMfs741pq-jMBBDS7Y

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