Skip to content

Instantly share code, notes, and snippets.

@mikerr
Created June 11, 2019 10:36
Show Gist options
  • Save mikerr/0db6766893e931e96a2d05c771dae5e8 to your computer and use it in GitHub Desktop.
Save mikerr/0db6766893e931e96a2d05c771dae5e8 to your computer and use it in GitHub Desktop.
Install google blockly locally
sudo apt-get install apache2 -y
git clone https://github.com/google/blockly
sudo cp blockly /var/www/html
chromium-browser localhost/blockly/demos/code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment