BLUEPRINTFOLDER.COM QUICK START

1. Upload all files to public_html or your blueprintfolder.com folder.
2. Rename .env.example to .env.
3. Create MySQL database and import database/schema.sql.
4. Add DB credentials, Stripe key, and OpenAI key into .env.
5. Set storage/blueprints and storage/logs permissions to writable.
6. Register your first user.
7. In phpMyAdmin, run:
   UPDATE users SET role='super_admin' WHERE email='YOUR_EMAIL_HERE';
8. Log in and visit /super-admin and /admin.
9. Test checkout using Stripe test mode.
10. Test blueprint generation and PDF download.

Main URLs:
/                  Public homepage
/pricing           Order page
/register          Customer signup
/login             Login
/dashboard         Customer dashboard
/admin             Admin panel
/super-admin       Super admin panel
/stripe/webhook    Stripe webhook URL
