- Install the MakeCode CLI.
- Attach a micro:bit to your computer using USB cable.
- Clone this repo and cd to it
- invoke
mkc -d
, which will produce the MicroData hex file (in built/mbcodal-binary.hex) and copy it to the micro:bit drive.
You need to use https://makecode.microbit.org/beta currently to build MicroMusic. You can load this repo into MakeCode using the Import button in the home page and selecting "Import URL".
- Clone https://github.com/microsoft/vscode-makecode
- cd to vscode-makecode repo directory and checkout branch dev/riknoll/simx
- yarn install
- code .
- F5 to run new instance of VS Code
- open folder to the directory of this repo