Skip to content

Instantly share code, notes, and snippets.

View kevinphys's full-sized avatar

Kevin Cheng kevinphys

  • Taiwan
View GitHub Profile
#!/bin/bash
git clone https://github.com/microsoft/pxt
cd pxt
npm install
npm run build
cd ..
git clone https://github.com/microsoft/pxt-common-packages
cd pxt-common-packages
npm install