Skip to content

block-based-editors/blocklybench

Repository files navigation

Blocklybench web application

DOI Built on Blockly

Live version

https://motar-242711.ew.r.appspot.com/

Examples of saved editors created with Blocklybench

https://motar-242711.ew.r.appspot.com/editors/sequence/index.html Sequence editor

https://motar-242711.ew.r.appspot.com/editors/blockly_docs/editor.html
Blockly block method documentation editor open Example

https://motar-242711.ew.r.appspot.com/editors/svox/playground.html

Load any of the following examples: Vuurtoren or Apple or Tree

How to run

npm install 
npm start

Open the browser on localhost:8080, probably good to zoom out to 75% to get some more space.

How to deploy

To deploy a version to Google Appengine:

npm run build

gcloud app deploy