Files
website-faleitostv/README.md
cauefaleiros 5e29b80159 feat: Add instructions for local development and deployment
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.
2026-04-02 14:28:00 -03:00

550 B

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/895b5e6f-2f53-4698-8c85-254822f236ac

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