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.
550 B
550 B
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