Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 735 Bytes

File metadata and controls

30 lines (19 loc) · 735 Bytes

NumberBank 2.0 - Store value to cloud for Scratch 3.0

Scratch3.0からクラウドに値を保存できるクラウド連想配列を実現する拡張機能です。

This is an extension that enables cloud associative arrays to save values from Scratch 3.0 projects to Firebase Cloud.


How

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

    % git clone https://github.com/scratchfoundation/scratch-gui.git
    % cd scratch-gui
    % npm install
    
  2. In scratch-gui folder, clone numberbank. You will have numberbank folder under scratch-gui.

    % git clone https://github.com/con3code/numberbank.git
    
  3. Run the install script.

    % sh numberbank/install.sh