Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tballmsft committed Aug 15, 2024
2 parents 3c303bb + 21d5387 commit b785ca1
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,28 @@ With the objective of allowing people to:
* Perform Science experiments.
* Explore the diverse features of the BBC Microbit V2.

**You will need an Arcade Shield for the micro:bit V2 to make use of MicroData.**

### Building

### Via mkc CLI (recommended)
```
mkc init
mkc -d
```

#### Via Web App
You need to use https://makecode.microbit.org/beta currently to build MicroData. You can load this repo into MakeCode using the Import button in the home page and selecting "Import URL".

Please note that there is currently no simulator support for the arcade shield extension (https://github.com/microsoft/pxt-arcadeshield) that MicroData depends on.

You will need an Arcade Shield for the micro:bit V2 to make use of MicroData.
#### Via pxt CLI
```
pxt target microbit
pxt install
pxt build
```




0 comments on commit b785ca1

Please sign in to comment.