From 6f0fd4848adbb1a437e1445d94264e0f5c748482 Mon Sep 17 00:00:00 2001 From: Isaac_Aracena Date: Wed, 6 May 2026 21:56:27 +0000 Subject: [PATCH] Eliminar README.md --- README.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 205dd1e..0000000 --- a/README.md +++ /dev/null @@ -1,20 +0,0 @@ -
-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/d6393390-53fa-4d74-b914-e4fff219462b - -## Run Locally - -**Prerequisites:** Node.js - - -1. Install dependencies: - `npm install` -2. Set the `GEMINI_API_KEY` in [.env.local](.env.local) to your Gemini API key -3. Run the app: - `npm run dev`