0.0.5 • Published 4 years ago

sort-your-paper v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Install

First, clone the repo via git

And then install the dependencies with yarn.

$ cd your-project-name
$ yarn

Starting Development

Start the app in the dev environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:

$ yarn dev
$ yarn start in new window

Change code at app/ and app will rerender

Build

Windows:

$ yarn build:win

Linux:

$ yarn build:linux

P.S. For linux build use Linux. Other OS give error.

MacOS:

$ build:mac
$ electron-builder -mwl

More information: https://www.electron.build/multi-platform-build