Skip to content

Fiveside/dim

Repository files navigation

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