Skip to content

Repository files navigation

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/de0b3e28-4f51-47e1-8613-1686318c1cae

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

LAN Access

The dev server binds to 0.0.0.0, so other computers on the same network can open the app with your machine's local IP address.

Example:

http://192.168.x.x:5173

If you want to share a production build instead:

  1. Build the app: npm run build
  2. Preview it: npm run preview
  3. Open http://<your-ip>:4173 from another computer

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages