An Electron application with React and TypeScript
$ npm install
$ npm run dev
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux
# For major
$ npm run publish:major
# For minor
$ npm run publish:minor
# For patch
$ npm run publish:patch
DEV=true
run app in DEV mode
INSTANCE=<numer_of_the_instance>
enables multiple instances of the process. Use this function with extreme caution, it can cause many problems - for testing purposes only. When this variable is set, a newuser_data_<instance_number>.json
is created and the instance only changes its related file.