Code Monkey home page Code Monkey logo

pxt-brainpad's Introduction

GHI Electronics Brain Pad target for MakeCode

Build Status Community Discord

Local Dev setup

These instructions assume familiarity with dev tools and languages.

In a common folder,

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

to run the local server

From root github folder,

cd pxt-brainpad
pxt serve --cloud

If you are editing C++, install [docker.com] and make sure your drive is shared.

pxt serve

to build and deploy a single package via command line

cd libs/core
pxt deploy

Updating CODAL dependency

pxt clean
  • build again
pxt buildtarget

Releasing the editor

The version served under / is controlled by /docs/index-ref.json. Change the version in that file and push to immediately update the version.

Each time you bump (using pxt bump) and the build passes, the /beta will point to that release. /beta can be used to test new features before pushing down the release to all users. The update is handled automatically by MakeCode afterwards.

Be careful when updating the version number of the editor, as MakeCode follows semver. In particular, do not change the major version unless you are releasing a completely new and incompatible editor.

  • run pxt udpdate to pick any updates to the PXT engine
  • run pxt bump to create a new release (say vX.Y.Z)
  • wait for build to finish, typically 10 minutes
  • test new build in /beta. You can check the version number in the bottom of the home screen is vX.Y.Z. Remember that it will update the background and load after a dozen of seconds or so.
  • when ready and tested, run pxt tag index vX.Y.Z, and commit /docs/index-ref.json if successfull. This command does some routine checks to make sure everything is ok.

License

MIT

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.

pxt-brainpad's People

Contributors

greg-norris avatar pelikhan avatar robobyt avatar guillaumejenkins avatar mmoskal avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.