Skip to content

Instantly share code, notes, and snippets.

View sgk's full-sized avatar

Shigeru KANEMOTO sgk

  • Switch Science / 144Lab
  • Tokyo / Osaka
View GitHub Profile
$ mkdir workspace
$ cd workspace
$ pxt target microbit
$ echo '{}' > node_modules/pxt-microbit/targetconfig.json
#!/bin/bash
nodeenv --prebuilt --node=8.9.4 nodeenv
. nodeenv/bin/activate
git clone https://github.com/microsoft/pxt
cd pxt
npm install
npm run build
cd ..