5e29b80159027db61d874741449250997045026d
Updates README.md with clear steps for running the AI Studio app locally, including prerequisites and commands. Introduces a .env.example file to guide users on API key configuration. Adds a .gitignore file to prevent unnecessary files from being committed. Updates asset files (images) with new metadata.
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/895b5e6f-2f53-4698-8c85-254822f236ac
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
Description
Languages
HTML
100%