# 📋 **COPY & PASTE THESE EXACT COMMANDS**

## 🚀 **Terminal Commands (Copy Each Line)**

### **Step 1: Navigate to your project directory**
```bash
# Replace with your actual path
cd /path/to/your/enamel-wallets-project
```

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

### **Step 3: Deploy to Vercel**
```bash
./deploy-now.sh
```

**For Windows:**
```cmd
bash deploy-now.sh
```

---

## 📝 **Vercel Answers (Copy These Responses)**

When Vercel asks questions, type these exact answers:

```
? Set up and deploy? → Y
? Which scope? → [Select your account with arrow keys]
? Link to existing project? → N  
? Project name? → enamel-wallets
? Directory? → [Just press Enter]
? Modify settings? → N
```

---

## 🗄️ **Database Setup (Copy This SQL)**

1. **Go to**: https://supabase.com/dashboard/projects
2. **Click**: SQL Editor → New Query
3. **Copy**: Your entire `DATABASE_SCHEMA.sql` file
4. **Paste**: Into editor
5. **Click**: Run ▶️

---

## ⚙️ **Environment Variables (Copy These)**

**Add in Vercel Dashboard → Settings → Environment Variables:**

```
Name: VITE_SUPABASE_URL
Value: https://your-project.supabase.co

Name: VITE_SUPABASE_ANON_KEY  
Value: your-anon-key-from-supabase

Name: VITE_PAYSTACK_PUBLIC_KEY
Value: pk_test_your-test-key
```

---

## 🧪 **Test Credentials (Copy These)**

```
Regular User:
Email: test@enamelwallets.ng
Password: TestUser123!

Admin User:
Email: admin@enamelwallets.ng
Password: AdminUser123!
```

---

## ✅ **Success Checklist**

- [ ] Terminal shows "✅ Production: https://your-app.vercel.app"
- [ ] Database shows "Success. No rows returned"
- [ ] App loads at your live URL
- [ ] Can login with test credentials
- [ ] Dashboard displays correctly
- [ ] Account numbers show (30XXXXXXXX format)

**🎉 Your Nigerian fintech platform is live! 🇳🇬**