2016-04-07 22:34:52 +02:00
# micro:bit target for PXT
2016-03-10 23:21:48 +01:00
2016-04-07 22:33:55 +02:00
This target allow to program a [BBC micro:bit ](https://www.microbit.co.uk/ ) using
[Microsoft Programming Experience Toolkit ](https://github.com/Microsoft/pxt ).
2016-03-10 23:21:48 +01:00
2016-04-07 22:33:55 +02:00
[![Build Status ](https://travis-ci.org/Microsoft/pxt-microbit.svg?branch=master )](https://travis-ci.org/Microsoft/pxt-microbit)
2016-03-11 06:11:16 +01:00
2016-03-11 06:10:03 +01:00
# Getting started
2016-03-10 23:26:59 +01:00
2016-04-07 22:33:55 +02:00
Please follow instructions at https://github.com/Microsoft/pxt#running-a-target-from-localhost
2016-04-08 05:48:00 +02:00
## Universal Windows App
2016-04-08 22:49:53 +02:00
The Windows 10 app is a [Universal Windows Hosted Web App ](https://microsoftedge.github.io/WebAppsDocs/en-US/win10/CreateHWA.htm )
that wraps codemicrobit.com and provides additional features.
### Sideloading
2016-04-11 22:46:14 +02:00
* 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` )
2016-04-08 22:49:53 +02:00
### Building
* Install Visual Studio 2015 Update 2 or higher. Make sure the Windows 10 templates are installed.
2016-04-11 22:46:14 +02:00
* open the ``win10/app.sln`` solution and launch the ``codemicrobit`` project.