Skip to content
forked from microsoft/pxt-ev3

Microsoft MakeCode editor for the LEGO MINDSTORMS EV3 Brick

License

Notifications You must be signed in to change notification settings

THEb0nny/pxt-ev3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

62efa39 · Mar 19, 2024
Sep 22, 2021
Aug 30, 2023
Nov 2, 2023
Mar 19, 2024
Mar 19, 2024
Jan 6, 2020
Feb 2, 2024
Oct 9, 2019
Feb 2, 2024
Feb 26, 2018
Feb 19, 2018
Nov 3, 2023
Jul 25, 2017
Jun 29, 2017
Oct 9, 2019
Jun 29, 2017
Jun 29, 2017
Aug 28, 2019
Aug 30, 2022
Jun 29, 2017
Jul 15, 2017
Aug 30, 2019
Mar 18, 2024
Feb 2, 2024
Feb 2, 2024
Jun 29, 2017

Repository files navigation

LEGO® MINDSTORMS® Education EV3 for Microsoft MakeCode Build Status

This repo contains the editor target hosted at https://makecode.mindstorms.com

Local setup

These instructions assume familiarity with dev tools and languages.

npm install
  • to run the local server,
pxt serve --cloud

Local Dev setup

In the common folder,

npm install
npm link ../pxt
  • go to pxt-ev3 and run
npm install
npm link ../pxt
npm link ../pxt-common-packages

to run the local server

From root github folder,

cd pxt-ev3
pxt serve --cloud

to build and deploy a single package via command line

cd libs/core
pxt deploy

License

MIT

Trademarks

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 the MakeCode team ([email protected]).

Code of Conduct

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.

About

Microsoft MakeCode editor for the LEGO MINDSTORMS EV3 Brick

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 82.7%
  • Swift 10.1%
  • C++ 3.3%
  • Less 1.5%
  • JavaScript 1.4%
  • C 0.4%
  • Other 0.6%