A stewarding helper application for iRacing, built with Electron/Node and the iRacing SDK.
To start, install NodeJS/NPM. Then run npm install in this directory to install electron+irsdk bindings and webpack to build the UI.
The UI code needs to be built using Webpack. Run npx webpack to do so, or npx webpack --watch to rebuild files on changes.
Run npm run dev to run the app.
Run .\node_modules\.bin\electron-rebuild.cmd and it should fix it.