R
Robotron

Deployed files

This site is hosted on Apache as a static front-end app. Until an index file is added, visitors see this page instead of a directory listing.

Index of /
    Prepare this project for Robotron Go Live (VS Code/Cursor).
    
    Back-end (Laravel/PHP, Python/Django, WordPress, PrestaShop): keep normal app layout at this folder root (composer.json, artisan, manage.py, requirements.txt, or wp-config.php). Robotron auto-detects and deploys to Docker — do not convert to static HTML.
    
    Static front-end: put index.html at the project root with css/, js/, and images/ beside it; relative asset paths (./css/style.css); ship ready-to-serve files — Robotron static hosting does not run npm install or npm run build.
    
    Do not start a new project. Fix whatever causes a blank page or directory listing after deploy.