Skip to content

Commit d65750f

Browse files
committed
build/preview server info in readme
1 parent 9c8d874 commit d65750f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ npm i
2323
npm start
2424
```
2525

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+
2634
### Exporting
2735

2836
Export a Blockly application:

0 commit comments

Comments
 (0)