Skip to content

pxt-ev3-community/pxt-ev3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,773 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Community fork LEGO® MINDSTORMS® Education EV3 for Microsoft MakeCode Build Status

This repo contains the editor target hosted at https://pxt-ev3-community.github.io/

Local setup

These instructions assume familiarity with dev tools and languages.

npm install
  • pxt global installation of the command line interface (CLI),
npm install pxt -g
  • 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 (makecode@microsoft.com).

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 opencode@microsoft.com with any additional questions or comments.

About

BrickCode - A community fork of MakeCode for LEGO® MINDSTORMS® EV3

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 80.8%
  • Swift 9.5%
  • Less 3.2%
  • C++ 3.2%
  • JavaScript 1.7%
  • CSS 0.4%
  • Other 1.2%