Simple Vector.im wrapped in electron to make desktop app. Most of the code is from electron-quick-start.
npm install
npm start
Change --platform= and --arch more is at electron-packager
npm install
electron-packager . Vector --platform=darwin --arch=x64 --icon icons/icon
Better automatic build should be possible with electron-builder.
- Packaging scripts for major OS
- Badges
- Dynamicly loads html/js/css