-
Setup LLK/scratch-gui on your computer.
% git clone [email protected]:LLK/scratch-gui.git % cd scratch-gui % npm install
-
In scratch-gui folder, clone scratch-gui-backpack. You will have scratch-gui-backpack folder under scratch-gui.
% git clone https://github.com/con3code/scratch-gui-backpack.git
-
Run the install script.
% sh scratch-gui-backpack/install.sh
-
Run Scratch, then go to http://localhost:8601/.
% npm start