MajeedKazemi / blocks-to-code-old

Other
1 stars 0 forks source link

Blocks-To-Code (Blockly fork)

This is a fork of pxt-blockly.

Prerequisites

Development

git clone https://github.com/google/closure-library
cd closure-library
git checkout v20180805
cd ../
git clone https://github.com/Microsoft/pxt-blockly
cd pxt-blockly
npm install .

Playground

There is a playground manual testing page at tests/playground.html, which requires no build step or server running.

License

The original Google/Blockly is licensed under Apache License (Version 2.0).

New code is licensed under MIT.