con3code / scratch-gui-backpack

Add Backpack for Scratch 3.0 dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scratch-gui-backpack

Backpack function for Scratch 3.0 mod

How

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

    % git clone git@github.com: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
    

About

Add Backpack for Scratch 3.0 dev

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 86.4%Language:CSS 11.1%Language:Shell 2.4%