
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
pxt-adafruit
Advanced tools
This repo contains the editor hosted at https://makecode.adafruit.com .
This setup gives you a local version of the editor and the ability to load packages from your machine. This is the setup to develop new packages.
pxt-adafruit folderpxt-adafruit and runnpm install
Don't forget to periodically git pull and npm install to get the latest changes.
This command launches a local web server. Note that this web server is meant for development purposes only. It was not designed or secured to be run on a web server.
npm run serve
/projects under the pxt-adafruit folderpxt-helloworldnpm run serve from the pxt-adafruit folder using npm serve "dependencies": {
"circuit-playground": "*",
"helloworld": "file:../pxt-helloworld"
},
Once this project is setup, simply reload the editor after making changes on disk.
This setup is needed if you plan to make changes in PXT itself. In most cases, it's a bit of an overkill if you are building a package for the Adafruit editor.
npm install -g pxt
In a common folder,
pxt folderpxt-common-packages folderpxt-adafruit folderpxt and runnpm install
npm run build
pxt-common-packages and runnpm install
npm link ../pxt
pxt-adafruit and runnpm install
npm link ../pxt
npm link ../pxt-common-packages
From root github folder,
cd pxt-adafruit
pxt serve
cd libs/core
pxt deploy
MIT
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
MICROSOFT, the Microsoft Logo, and MAKECODE are registered trademarks of Microsoft Corporation. They can only be used for the purposes described in and in accordance with Microsoft’s Trademark and Brand guidelines published at https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general.aspx. If the use is not covered in Microsoft’s published guidelines or you are not sure, please consult your legal counsel or MakeCode team (makecode@microsoft.com).
FAQs
Adafruit Circuit Playground Express for Microsoft MakeCode
The npm package pxt-adafruit receives a total of 8 weekly downloads. As such, pxt-adafruit popularity was classified as not popular.
We found that pxt-adafruit demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.