Skip to content

screenlite/web-player

Repository files navigation

Screenlite Player Web

An open-source, web-based digital signage player.

Built with Vite, React, and TypeScript.

Getting Started

  1. Clone the repository:

    git clone https://github.com/screenlite/web-player.git
    cd web-player
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev

Supported Data Sources

Notes

  • If you encounter CORS errors, you can launch Chrome with web security disabled:

    On Linux/macOS:

     chrome --disable-web-security --user-data-dir="/tmp/chrome"

    On Windows:

     start chrome --disable-web-security --user-data-dir="C:\chrome-dev"
  • This project is tested and intended for use in Google Chrome only.

About

Open-source digital signage web player

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published