No description
| components | ||
| context | ||
| layouts | ||
| pages | ||
| services | ||
| .env | ||
| .gitignore | ||
| App.tsx | ||
| index.css | ||
| index.html | ||
| index.tsx | ||
| metadata.json | ||
| migration.sql | ||
| n8n-scraping-workflow.json | ||
| package-lock.json | ||
| package.json | ||
| paraguai.rar | ||
| policies.sql | ||
| README.md | ||
| supabase_schema.sql | ||
| tsconfig.json | ||
| types.ts | ||
| vite.config.ts | ||
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/drive/1SvuBB4oPz2uAYIkGNsKO0Y44_Y_khSrI
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