Deploy to Vercel
/plugin marketplace add IvanTorresEdge/molcajete.ai/plugin install ivantorresedge-react-tech-stacks-js-react@IvanTorresEdge/molcajete.aihaiku# Deploy to Vercel Deploy the React application to Vercel. Execute the following workflow: 1. Ensure Vercel CLI is installed: 2. Login to Vercel (if not already): 3. Run quality checks: 4. Deploy to preview: 5. Deploy to production: ## Project Configuration Create `vercel.json` for custom configuration: For Next.js (auto-detected): ## Environment Variables Set environment variables in Vercel: ## GitHub Integration 1. Connect GitHub repository at vercel.com 2. Enable automatic deployments 3. Configure branch deployments: - Production: main - Prev...