Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 682 Bytes

File metadata and controls

21 lines (13 loc) · 682 Bytes

This is the simplest possible implementation of an app using the ow-electron library. It listens for all events and info updates and logs them.

Logs appear in the console and are recorded in a text file. The name of the log file is in th first log line to the console.

Setup

Before running for the first time, execute the following command:

npm install

Run

To run the app, execute the following command.

npm start

The "start" script in packages.json includes the command line switch to use the qa/development build of the game events package (gep). If you would like to see the results from the production version, use the "start:noqa" script.