Apple ID credentials go in a .env file in project root
APPLEID=XXXXXAPPLEIDPASS=XXXXX
To build the app:
npm run dist
Debugging the app on osX:
lldb /path/to/Hermes.apprun --remote-debugging-port=8315
To publish a release to Github:
npm run publish