updated docs

This commit is contained in:
Peli de Halleux 2016-03-10 21:32:05 -08:00
parent e86ccea683
commit d4625529a8
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@ cd ../kindscript
jake
cd ../kindscript-microbit
npm link ../kindscript
```
* run this command to build and launch a local editor
```
kind serve
```
* open `localhost:3232` to try your editor!