How to run:
git clone https://github.com/RoBYCoNTe/safe-wallet-desktop.git
cd safe-wallet-desktop
npm install
electron .
To release your own version of the app (to be sure to make your passwords safe), use this command:
npm run pack
npm run dist
After that you will have your own copy of installer ready to be used on your machine!