- Project-ecc Lynx Core team
- Note: requires a node version >= 6 and an npm version >= 3.
$ npm install
$ npm run setup
Start the app in the dev
environment. This starts the renderer process in hot-module-replacement mode and starts a server sends hot updates to the renderer process:
$ npm run dev
All of the compile scripts are also listed inside package.json
Compile for Windows 32 Bit
$ npm run package-win-32
Compile for Windows 64 Bit
$ npm run package-win
Compile for Linux 32 Bit
$ npm run package-linux-32
Compile for Windows 64 Bit
$ npm run package-linux-64
Compile for all supported OS
$ npm run package-all