Skip to content

Instantly share code, notes, and snippets.

@ymollard
Created October 22, 2020 17:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ymollard/ad25046ad0127889cd408ecbfd9144ad to your computer and use it in GitHub Desktop.
Save ymollard/ad25046ad0127889cd408ecbfd9144ad to your computer and use it in GitHub Desktop.

https://github.com/LLK/scratch-gui/wiki/Getting-Started#example-scratch-gui-vm-and-blocks-linked

mkdir scratch && cd scratch
git clone https://github.com/aubrune/scratch-gui # if making changes fork the project and check out your copy
git clone https://github.com/aubrune/scratch-vm # if making changes fork the project and check out your copy
git clone https://github.com/aubrune/scratch-blocks # if making changes fork the project and check out your copy
cd scratch-vm
npm install
sudo npm link
npm run watch

cd ../scratch-blocks
# Edit package.json to force python2 in entry prepublish
npm install
sudo npm link

cd ../scratch-gui
npm install
npm link scratch-vm scratch-blocks
npm start
http://localhost:8601
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment