This is a fork of Blockly an open source visual programming environment.
Install
git clone https://github.com/code-dot-org/blockly-core.git
svn checkout http://closure-library.googlecode.com/svn/trunk/ closure-library-read-only
cd blockly-core
./build.py
Note: blockly-core/ and closure-library-read-only/ should be sibling directories.
Usage
- Open blockly-core/apps/index.html and select an app to play around with.
- To run in debug/dev mode, find where the specific app you're working on sources
blockly_compressed.js
and change it toblockly_uncompressed.js
(eg, /maze/template.soy). If that is in a .soy file, make sure to recompile the template. Instructions for recompiling templates are usually at the top of the template.