Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 767 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 767 Bytes

This is the work in progress library for the Beholder keyboard emulator. Presently it is just an example.

For more information on the marker usage, check out beholder-detection

Install

  • Make sure you have node.js installed and set up on your computer
  • Download the repository
  • Open this folder in a terminal
  • Run command npm install
  • Run command npm run rebuild

NOTE The keyboard automation library may require additional setup, see nut-js

Running the Application

  • Open this folder in a terminal
  • Run npm start

Packaging the application

Run npx electron-builder build --win portable to create a .exe file