Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 870 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 870 Bytes

Electron-Kiosk

license dependencies

interace-electron-kiosk

An electron app displaying an input-field and a keyboard. I originally made this application for exhibitions.

How to Run!

If you want to run it fullscreen, set kiosk to true in src/main.js:6. If you leave it to false, electron will open a window which is 1024 x 600px.

kiosk: true
yarn install
yarn start

Credits

Scripts and Graphics by Leo Mühlfeld. Keyboard idea by Dcode. Using Google Material Icons.