This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ mkdir workspace | |
| $ cd workspace | |
| $ pxt target microbit | |
| $ echo '{}' > node_modules/pxt-microbit/targetconfig.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 .. |
OlderNewer