Voiceflow Application for Mac, Linux and Windows
Electron App for Voiceflow Creator
You can set process.env.NODE_ENV to 'development' or 'production'
To run and test use:
npm start
or
npm run dev (using nodemon)
Clone the repo
npm install
With electron-packager
npm run package-mac
npm run package-win
npm run package-linux
With electron-builder (for current platform)
npm run dist
- Win & Linux testing
- adding more logs
- mic access with test tool
- sign mac app
- add auto-update