- NodeJS, version specified in
.nvmrc
, you can use NVM for it.
Install the dependencies with
npm ci
To build the JavaScript files from their sources run.
npm run-script build
The generated files will be placed in /build
.
.nvmrc
, you can use NVM for it.Install the dependencies with
npm ci
To build the JavaScript files from their sources run.
npm run-script build
The generated files will be placed in /build
.