Local File Access Restricted

Browsers block JavaScript modules from loading via the file:/// protocol due to security policies. You need a web server to run this application.

To run the browser version locally:

  1. Open your terminal in the Video Enterprise project directory.
  2. Start the local server by running: npm run dev
  3. Open the local link (typically http://localhost:5173) in your browser.
Deploying live: Upload the built dist/ folder directly to your web hosting provider (cPanel, Netlify, Vercel, Hostinger, etc.). It runs completely client-side in the browser on HTTP/HTTPS.