MakeCode für den Calliope
Go to file
Peli de Halleux 99574f1ec8 added link to live editor 2016-05-10 21:43:12 -07:00
.vscode fixing various lint violations 2016-05-04 23:31:55 -07:00
cmds Rename references 2016-04-07 11:30:22 -07:00
docs fixing docs icon size 2016-05-10 12:41:20 -07:00
libs updated radio apis to support key/value pair 2016-05-10 21:13:16 -07:00
olddocs/js fixing links in docs 2016-04-15 15:02:26 -07:00
sim updated radio apis to support key/value pair 2016-05-10 21:13:16 -07:00
win10 updated windows 10 app 2016-05-10 11:34:41 -07:00
.gitattributes Add own manifest 2016-04-08 17:28:52 -07:00
.gitignore initial blocks for storage 2016-04-16 07:45:04 -07:00
.travis.yml Cache test scripts 2016-05-10 13:18:35 +02:00
README.md added link to live editor 2016-05-10 21:43:12 -07:00
package.json 0.2.109 2016-05-10 12:41:37 -07:00
pxtarget.json fixing docs icon size 2016-05-10 12:41:20 -07:00
testconv.json removed some ids 2016-05-10 21:40:39 -07:00
tslint.json fixing various lint violations 2016-05-04 23:31:55 -07:00
webmanifest.json Add webmanifest files 2016-04-08 18:38:25 -07:00

README.md

micro:bit target for PXT

This target allow to program a BBC micro:bit using Microsoft Programming Experience Toolkit.

Build Status

Getting started

Please follow instructions at https://github.com/Microsoft/pxt#running-a-target-from-localhost

Universal Windows App

The Windows 10 app is a Universal Windows Hosted Web App that wraps m.pxt.io and provides additional features.

Sideloading

  • Open Windows settings and search for Developer options
  • Enable the developer mode.
  • Find the latest build under win10/app/AppPackages/latest and run the Add-AppDevPackage.ps1 PowerShell script (mouse right-click, then run with PowerShell)

Building

  • Install Visual Studio 2015 Update 2 or higher. Make sure the Windows 10 templates are installed.
  • open the win10/app.sln solution and launch the codemicrobit project.