MakeCode für den Calliope
Go to file
2016-05-24 22:18:33 -07:00
.vscode fixing various lint violations 2016-05-04 23:31:55 -07:00
cmds using pxt constant to find binary .hex 2016-05-24 14:06:25 -07:00
docs Merge pull request #75 from gbaman/master 2016-05-24 21:21:00 -07:00
libs move pins->map up in block list 2016-05-24 21:39:57 -07:00
olddocs/js fixing links in docs 2016-04-15 15:02:26 -07:00
sim missing simulator function for serial 2016-05-19 14:50:02 -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
package.json 0.2.129 2016-05-24 21:57:47 -07:00
pxtarget.json updated starter template 2016-05-24 22:18:33 -07:00
README.md updated setup instructions 2016-05-19 10:34:24 -07:00
testconv.json fixing test suite 2016-05-17 10:28:26 -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

micro:bit target for PXT

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

Build Status

Local server

Setup

The following commands are a 1-time setup after synching the repo on your machine.

  • install the PXT command line
npm install -g pxt
  • install the dependencies
npm install

Running

Run this command to open a local web server:

pxt serve

To make sure you're running the latest tools, run

npm update

More 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.

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 m.pxt.io project.