Michal Moskal a3b2682cc1 0.2.6
2016-03-31 22:17:11 -07:00
2016-03-27 21:53:38 -07:00
2016-03-31 18:41:54 -07:00
2016-03-31 17:27:11 -07:00
2016-03-30 16:27:32 -07:00
2016-03-31 12:24:20 -07:00
2016-03-29 08:26:18 -07:00
2016-03-31 10:49:45 -07:00
2016-03-31 22:17:11 -07:00
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!
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%