Added the requeriment of lerna.

This commit is contained in:
Luis Guerrero 2020-10-07 11:19:54 +02:00
Родитель 91ebf4ee4a
Коммит ed1d09de45
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -22,10 +22,13 @@ In order to use `SDS` you must have
[Node](https://nodejs.org/en/download/) installed on your machine.
`SDS` has been tested with Node version [12.16.3](https://nodejs.org/download/release/v12.16.3/).
You will need [Lerna](https://lerna.js.org/) as a prerequisite.
Here are the steps for cloning and building `SDS`:
~~~
% git clone https://github.com/microsoft/secure-data-sandbox.git
% npm install
% lerna bootstrap
% npm run compile
~~~