At first, you must know how to work with Electron, for more information, visit http://electron.atom.io/.
If you have already installed electron, you can clone this repo to your computer, then do the following steps:
- run 'git submodule foreach git pull' to update submodules
- run 'npm install' to install gulp and its dependencies
- run 'gulp' to build the project
- run 'electron .' in directory './dist' to preview the app
- or package the directory './dist' to get the real app
More about how to package an electron project: https://www.npmjs.com/package/electron-packager