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 7fe8642 commit 2900282Copy full SHA for 2900282
packages/compas-open-scd/DEVELOPMENT.md
@@ -15,9 +15,11 @@ development setup.
15
Once Node.js is installed on your system, you may get started by entering the following lines in your command prompt:
16
17
```
18
-git clone https://github.com/com-pas/compas-open-scd
+git clone --recurse-submodules https://github.com/com-pas/compas-open-scd
19
cd compas-open-scd
20
npm install
21
+npm run build
22
+cd packages/compas-open-scd
23
npm start
24
25
0 commit comments