This repo contains a code editor called 'Test' built with Microsoft MakeCode (PXT).
The editor is used for testing PXT.
The editor is hosted on the GitHub pages here.
These instructions allow to run locally to modify the sample.
The following commands are a one-time setup after synching the repo on your machine.
- Install node.js
- Install the PXT command line
npm install -g pxt
- install the dependencies
npm install
After you're done, simple run this command to open a local web server.
pxt serve
After making a change in the source, refresh the page in the browser.
If you would like to pick up the latest PXT build.
pxt update
More instructions here.
No formal releses yet.
- The Blockly interface and Monaco Strict TypeScript coding environment is provided by the Microsoft MakeCode (PXT - Programming eXperience Toolkit).
Please refer to this project's LICENSE and THIRD_PARTY_LICENSES files for more details.