2016-03-10 19:50:05 -08:00
2016-03-10 15:01:58 -08:00
2016-03-10 16:24:11 -08:00
2016-03-10 19:50:05 -08:00
2016-03-10 16:24:11 -08:00

microbit target for KindScript

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

Make sure kindscript-microbit is in a directory next to kindscript.

npm install -g kindscript-cli
cd ../kindscript
jake
cd ../kindscript-microbit
npm link ../kindscript
kind serve
Description
MakeCode für den Calliope
Readme
Languages
TypeScript 63%
JavaScript 17.2%
C++ 14.3%
C# 2.2%
Objective-C 1.5%
Other 1.8%