Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 449 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 449 Bytes

Dim

Some sort of image viewer

To launch in development mode, run these commands:

# Only need to run this once.
$ npm run setup

# Only re-run this to restart the application.
$ npm run dev

Building for production

This is mostly just for reference so that it can be added to gulp later

$ gulp package
$ cd build
$ npm i --production
$ cd ..
$ electron-packager build Dim --asar --platform=win32 --arch=x64 --out=dist