Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 633 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 633 Bytes

scratch-gui-backpack

Backpack function for Scratch 3.0 mod

How

  1. Setup LLK/scratch-gui on your computer.

    % git clone [email protected]:LLK/scratch-gui.git
    % cd scratch-gui
    % npm install
    
  2. 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
    
  3. Run the install script.

    % sh scratch-gui-backpack/install.sh
    
  4. Run Scratch, then go to http://localhost:8601/.

    % npm start