Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 495 Bytes

File metadata and controls

20 lines (14 loc) · 495 Bytes

Building from source

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 build

Or the driver mode (for evitaLab Desktop):

yarn install
yarn build-driver