# 🚀 DEPLOYMENT GUIDE - Builder Bee Projects Website

## IMMEDIATE DEPLOYMENT STEPS

### 1. UPLOAD FILES TO YOUR SERVER
```
Upload these files to your website's public folder:
- index.html
- css/styles.css  
- js/main.js
- js/chat.js
- images/ (entire folder)
```

### 2. WEBHOOK IS ALREADY CONFIGURED
Your n8n webhook is set in js/chat.js:
`https://builderbee.app.n8n.cloud/webhook/f406671e-c954-4691-b39a-66c90aa2f103/chat`

### 3. TEST THE WEBSITE
- Visit your domain
- Test the chat widget
- Check mobile responsiveness

### 4. DONE
Your website is live and ready for customers.

## CPANEL UPLOAD INSTRUCTIONS
1. Login to cPanel
2. Go to File Manager
3. Navigate to public_html
4. Upload all files
5. Extract if needed
6. Test your website

## FTP UPLOAD INSTRUCTIONS
1. Connect via FTP client
2. Navigate to web root directory
3. Upload all files maintaining folder structure
4. Test your website

## TROUBLESHOOTING
- If images don't load: Check file permissions
- If chat doesn't work: Verify webhook URL
- If styles don't load: Clear browser cache

**Website is ready for immediate use!**

