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.

Repository root β€” ekec.biz.robotron.app
  • πŸ“ quarkprep/
  • πŸ“„ quarkprep/.env.example
  • πŸ“„ quarkprep/firebase-applet-config.json
  • πŸ“„ quarkprep/.gitignore
  • πŸ“„ quarkprep/index.html
  • πŸ“„ quarkprep/metadata.json
  • πŸ“„ quarkprep/package.json
  • πŸ“„ quarkprep/package-lock.json
  • πŸ“„ quarkprep/README.md
  • πŸ“ quarkprep/src/
  • πŸ“„ quarkprep/src/App.tsx
  • πŸ“ quarkprep/src/components/
  • πŸ“ quarkprep/src/data/
  • πŸ“„ quarkprep/src/firebase.ts
  • πŸ“„ quarkprep/src/index.css
  • πŸ“„ quarkprep/src/main.tsx
  • πŸ“„ quarkprep/src/types.ts
  • πŸ“„ quarkprep/tsconfig.json
  • πŸ“„ quarkprep/vite.config.ts
Some advice how to prepare the Website for Hosting
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.

Powered by Robotron Β· static Apache hosting