MakeCode für den Calliope
Go to file
Michal Moskal bd4adccde0 Rename yelm.json to kind.json 2016-03-10 15:01:58 -08:00
libs Rename yelm.json to kind.json 2016-03-10 15:01:58 -08:00
.gitattributes Move files from main kindscript repo 2016-03-10 14:01:04 -08:00
.gitignore Move files from main kindscript repo 2016-03-10 14:01:04 -08:00
README.md Add regular installation instructions 2016-03-10 14:26:59 -08:00
kindtarget.json Don't duplicate stuff from yelm.json 2016-03-10 14:41:57 -08:00
package.json Move files from main kindscript repo 2016-03-10 14:01:04 -08:00

README.md

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