Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 624 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 624 Bytes

Web kiosk

Will open any website/url in fullscreen, like a digital signage. The application is running in kiosk-mode. This application only pubished to snap-store (Canonical).

Installation

web-kiosk

  snap install web-kiosk
  
  web-kiosk url=https://google.com

Run Locally

Clone the project

  git clone https://github.com/davidtoska/web-kiosk

Go to the project directory

  cd web-kiosk

Install dependencies

  npm install

Start the application

  npm run start:dev