Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 424 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 424 Bytes

ScreenDriver kiosk app

To run app for development:

  1. npm i
  2. npm start

To build app for Linux desktop: npm run linux-build

To build app for Windows desktop: npm run win-build or follow this instruction

To create Windows installer: npm run win-installer. You will find installer in dist folder