scorelab / imagelab

ImageLab is a standalone tool which supports anyone to get started with image processing related concepts and techniques in an interactive, less logical way.
Apache License 2.0
46 stars 60 forks source link

[Image Lab React] Added cross-env package to set Browser env. #178

Open achyutagupta opened 10 months ago

achyutagupta commented 10 months ago

Description

Added a cross-env package in the node modules so that it can set env var BROWSER=none on running the command 'yarn dev' or 'npm run dev'.

Type of change

How Has This Been Tested?

On running the command 'yarn dev' or 'npm run dev', both the commands to start electron and react servers were starting properly and browser is set to none so that react server does not open browser, infact electron app is starting directly without any issue.

Also, include screenshots for verification and reviewing purpose. image

Checklist: