pxt-calliope/README.md

29 lines
505 B
Markdown
Raw Normal View History

2016-03-10 23:21:48 +01:00
# microbit target for KindScript
2016-03-10 23:26:59 +01:00
## Regular installation
If you're making changes to kindscript repository itself, proceed to **Local installation** below.
Installation:
```
npm install -g kindscript-cli
kind serve
```
To re-build the `built/target.json` file, re-run `kind serve`.
## Local installation
2016-03-10 23:21:48 +01:00
Make sure `kindscript-microbit` is in a directory next to `kindscript`.
```
2016-03-10 23:23:13 +01:00
npm install -g kindscript-cli
2016-03-10 23:21:48 +01:00
cd ../kindscript
jake
cd ../kindscript-microbit
npm link ../kindscript
kind serve
```