To build the production version of evitaLab, follow the steps below:
Before you start, make sure you have Node.js installed in the version specified in .nvmrc and Yarn
package manager installed.
Then you can build either the standalone mode:
yarn install
yarn buildOr the driver mode (for evitaLab Desktop):
yarn install
yarn build-driver