To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
# Go into the repository
npm install --global gulp-cli
npm install --global bower
# Install dependencies and run the app
npm install && bower install
# Run app in development mode
gulp
To make an exe file:
gulp build
gulp exe
Learn more about Electron and its API in the documentation.