We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b6a19 commit ac1f13cCopy full SHA for ac1f13c
README.md
@@ -50,13 +50,23 @@ The Slate DOM is defined by the [Slate](https://www.slatejs.org) HTML content-ed
50
51
## Installation
52
53
+### For users
54
+
55
To install the command-line interface:
56
57
```
58
npm install -g @accordproject/concerto-cli
59
60
-To install for development, in the project directory, you can run:
61
+### For developers
62
63
+To install for development, in the project directory, you will need to first install the Node.js dependencies using [lerna](https://lerna.js.org):
64
+```
65
+npm install -g lerna@^3.15.0
66
+lerna bootstrap
67
68
69
+Then run:
70
71
72
npm run build
0 commit comments