# ⚡ **QUICK START COMMANDS - Copy & Paste**

## 🚀 **Deploy Your Enamel Wallets Platform in 5 Commands**

### **Command 1: Make script executable (Mac/Linux)**
```bash
chmod +x deploy-now.sh
```

### **Command 2: Deploy to Vercel**
```bash
./deploy-now.sh
```

### **Command 3: Setup database**
```bash
# Copy DATABASE_SCHEMA.sql to Supabase SQL Editor and run
echo "Go to Supabase Dashboard → SQL Editor → Paste DATABASE_SCHEMA.sql → Run"
```

### **Command 4: Add environment variables**
```bash
# Add these in Vercel Dashboard → Settings → Environment Variables:
# VITE_SUPABASE_URL=https://your-project.supabase.co
# VITE_SUPABASE_ANON_KEY=your-anon-key
# VITE_PAYSTACK_PUBLIC_KEY=pk_test_your-key
```

### **Command 5: Test your live app**
```bash
# Visit your live URL and login with:
# test@enamelwallets.ng / TestUser123!
echo "Your Nigerian fintech platform is now live! 🇳🇬🚀"
```

---

## 📱 **For Windows Users:**
Replace `./deploy-now.sh` with `bash deploy-now.sh`

---

## 🎯 **Expected Timeline:**
- **Command 1**: 10 seconds
- **Command 2**: 5-10 minutes (includes build and deploy)
- **Command 3**: 3-5 minutes (database setup)
- **Command 4**: 2-3 minutes (environment config)
- **Command 5**: 1 minute (testing)

**Total Time: 15-20 minutes to live platform! 🏆**