Example of a simple `Electon` app that uses the features described as ["sexy" by the webtorrent team](https://blog.dcpos.ch/how-to-make-your-electron-app-sexy). *Starting the app without installation* ```bash npm install npm start ``` *Creating the .deb* ```bash npm install npm run build npm run deb64 ``` The installer will be placed in `dist/installers`