This is an experimental code editor for Beaglebone boards - try it at https://vaishnav98.github.io/pxt-beaglebone/index.html.
The local server lets you to run the editor and serve the documentation from your own computer.
- Install Node.js 8.9.4 or higher.
- Clone the pxt repository.
git clone https://github.com/microsoft/pxt
cd pxt
- Install the dependencies of
Microsoft/pxt
and build it
npm install
npm run build
cd ..
- Clone the
vaishnav98/pxt-beaglebone
repository
git clone https://github.com/vaishnav98/pxt-beaglebone
cd pxt-beaglebone
- Install the PXT command line (add
sudo
for Mac/Linux shells).
npm install -g pxt
- Install the pxt-maker dependencies.
npm install
- Link pxt-maker back to base pxt repo (add
sudo
for Mac/Linux shells).
npm link ../pxt
Note the above command assumes the folder structure of
beaglebone-makecode
|
---------
| |
pxt pxt-beaglebone
Run this command from inside pxt-maker to open a local web server
pxt serve
If the local server opens in the wrong browser, make sure to copy the URL containing the local token. Otherwise, the editor will not be able to load the projects.
Make sure to pull changes from all repos regularly. More instructions are at https://github.com/Microsoft/pxt#running-a-target-from-localhost
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.