No description
Find a file
michael b101dc2412 Set base path for subdirectory deployment
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 07:43:14 -06:00
components initial commit 2026-02-09 07:31:16 -06:00
services initial commit 2026-02-09 07:31:16 -06:00
src/components initial commit 2026-02-09 07:31:16 -06:00
.gitignore initial commit 2026-02-09 07:31:16 -06:00
App.tsx initial commit 2026-02-09 07:31:16 -06:00
CLAUDE.md initial commit 2026-02-09 07:31:16 -06:00
deploy.sh Add password-gated auth and deploy script 2026-02-09 07:40:30 -06:00
index.html initial commit 2026-02-09 07:31:16 -06:00
index.tsx initial commit 2026-02-09 07:31:16 -06:00
metadata.json initial commit 2026-02-09 07:31:16 -06:00
ollie2.png initial commit 2026-02-09 07:31:16 -06:00
ollie3.png initial commit 2026-02-09 07:31:16 -06:00
package-lock.json initial commit 2026-02-09 07:31:16 -06:00
package.json initial commit 2026-02-09 07:31:16 -06:00
README.md initial commit 2026-02-09 07:31:16 -06:00
tsconfig.json initial commit 2026-02-09 07:31:16 -06:00
types.ts initial commit 2026-02-09 07:31:16 -06:00
vite.config.ts Set base path for subdirectory deployment 2026-02-09 07:43:14 -06: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/1xpD03xoP27mlFfSGrtdTHbpkaE0Jsi02

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