MakeCode für den Calliope
Go to file
2016-03-28 18:30:40 -07:00
.vscode better support for simulating gestures 2016-03-19 19:15:20 -07:00
cmds fix deploy query 2016-03-27 21:53:38 -07:00
docs Merge branch 'master' of https://github.com/Microsoft/kindscript-microbit 2016-03-28 17:08:45 -07:00
libs Merge branch 'master' of https://github.com/Microsoft/kindscript-microbit 2016-03-28 14:33:27 -07:00
sim support stopped state 2016-03-24 14:05:02 -07:00
.gitattributes Move files from main kindscript repo 2016-03-10 14:01:04 -08:00
.gitignore updated package.json 2016-03-28 15:33:09 -07:00
.travis.yml Use the new 'kind travis' command 2016-03-28 18:30:40 -07:00
kindtarget.json folding sub-libs into single lib 2016-03-10 22:17:32 -08:00
kindtheme.json added about 2016-03-28 16:35:51 -07:00
package.json 0.0.2 2016-03-28 18:02:22 -07:00
README.md updated docs 2016-03-10 21:32:05 -08:00

micro:bit target for KindScript

This target allow to program a BBC micro:bit using KindScript.

Build Status

Getting started

If you're making changes to kindscript repository itself, proceed to Local installation below.

  • Clone this repo and run
npm install
  • Install the KindScript tool and launch the local server:
npm install -g kindscript-cli
kind serve

To re-build the built/target.json file, re-run kind serve.

Local installation

  • Clone and build KindScript in a kindscript folder.
  • Clone this repo in a kindscript-microbit folder next to kindscript
npm install
  • To build and deploy new changes
npm install -g kindscript-cli
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!