14 lines
228 B
Markdown
14 lines
228 B
Markdown
# Ledstrip_sandbox/editor
|
|
|
|
This is a small typescript application which has the blockly editor on board.
|
|
|
|
Install and deploy
|
|
|
|
run:
|
|
|
|
```
|
|
npm ci
|
|
npm build
|
|
```
|
|
|
|
A file 'dist/' will be generated. Serve that file to host the editor
|