Skip to content

matthewtebbs-too/pxt-test

Repository files navigation

Test MakeCode Editor

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.

Running locally

These instructions allow to run locally to modify the sample.

Setup

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

Running the local server

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.

Updating the tools

If you would like to pick up the latest PXT build.

pxt update

More instructions here.

Latest Release Notes

No formal releses yet.

Open Source Software Usage and Licenses

Please refer to this project's LICENSE and THIRD_PARTY_LICENSES files for more details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published