Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 489 Bytes

Readme.md

File metadata and controls

19 lines (13 loc) · 489 Bytes

Electron Builder for vTally

At its core, vTally is build without Electron. But to make distribution and installation easy we use Electron to create a file that is installable with a few clicks.

Development

yarn install
./node_modules/.bin/electron-rebuild

yarn start

Logs

  • on Linux: ~/.config/vtally-electron/logs/main.log
  • on macOS: ~/Library/Logs/vtally-electron/main.log
  • on Windows: %USERPROFILE%\AppData\Roaming\vtally-electron\logs\main.log