
NameCombiner Frontend — cPanel Static Upload
--------------------------------------------
1) On your computer in /frontend:
   yarn install (or npm install)
   yarn build   (or npm run build)
   # This creates /frontend/build

2) In cPanel → File Manager:
   - Open public_html/
   - Upload the *contents* of /frontend/build (not the folder) so index.html is directly inside public_html/
   - Also upload the .htaccess from this zip into public_html/

3) Visit https://yourdomain.com
