Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 449 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 449 Bytes

scraino-gui

The development is based on the foundation of scratch-gui

git clone https://github.com/yahb/scraino-blocks.git
git clone https://github.com/yahb/scraino-vm.git
git clone https://github.com/yahb/scraino-gui.git


Directory Structure
.
├── scraino-blocks
├── scraino-vm
├── scraino-gui


cd scraino-gui
npm i
npm link ../scraino-block
npm link ../scraino-vm
npm start