Skip to content

Commit 2900282

Browse files
committed
update DEVELOPMENT.md
Signed-off-by: Nora Blomaard <[email protected]>
1 parent 7fe8642 commit 2900282

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/compas-open-scd/DEVELOPMENT.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ development setup.
1515
Once Node.js is installed on your system, you may get started by entering the following lines in your command prompt:
1616

1717
```
18-
git clone https://github.com/com-pas/compas-open-scd
18+
git clone --recurse-submodules https://github.com/com-pas/compas-open-scd
1919
cd compas-open-scd
2020
npm install
21+
npm run build
22+
cd packages/compas-open-scd
2123
npm start
2224
```
2325

0 commit comments

Comments
 (0)