Scratch3.0からクラウドに値を保存できるクラウド連想配列を実現する拡張機能です。
This is an extension that enables cloud associative arrays to save values from Scratch 3.0 projects to Firebase Cloud.
-
Setup scratchfoundation/scratch-gui on your computer.
% git clone https://github.com/scratchfoundation/scratch-gui.git % cd scratch-gui % npm install -
In scratch-gui folder, clone numberbank. You will have numberbank folder under scratch-gui.
% git clone https://github.com/con3code/numberbank.git -
Run the install script.
% sh numberbank/install.sh