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 9c8d874 commit d65750fCopy full SHA for d65750f
README.md
@@ -23,6 +23,14 @@ npm i
23
npm start
24
```
25
26
+Now 2 processes should be running:
27
+- a builder process that:
28
+ - does a full build of the docs from the app files
29
+ - watches app files for changes and updates matching docs
30
+- the docs dev server where you can see your changes rendered live as you save them
31
+
32
+When you're done working simply press `CTRL + C` to terminate the processes.
33
34
### Exporting
35
36
Export a Blockly application:
0 commit comments