I have a completed React Progressive Web App sitting on GitHub, but my hosting account only offers cPanel—no SSH or command-line access. I need the app built, uploaded, and running entirely through the control panel. Here’s what I’m looking for: • Clone or download the repository, run the production build on your machine, and prepare the optimised files. • Upload the build directly through cPanel’s File Manager (or a similar panel feature) so the site loads from my chosen domain path. • Configure any .htaccess or manifest tweaks a React PWA typically needs—history-API fallback, service-worker path, correct MIME types, etc. • Verify that every internal route works, the service worker registers, and the install prompt appears—basically the same behaviour I see when I run npm run build locally. • Send me a simple, repeatable set of steps so I can refresh the deployment the next time I push an update. If you’ve deployed React SPAs or PWAs on shared hosting before—especially without terminal access—this should be quick. Let me know your timeline and I’ll share the repo and cPanel credentials so we can get the app live.