Electron application that reads data from serialport and simulates keypresses. For Windows 10.
See documentation
- To build, run
npm run build
. Distribution will be built indist
folder. - To run in dev environment, run
npm run start
or justnpm start
.