-
David Aylaian authored
Issue #4006
David Aylaian authoredIssue #4006
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 4.90 KiB
scratch-gui
Scratch GUI is a set of React components that comprise the interface for creating and running Scratch 3.0 projects
Installation
This requires you to have Git and Node.js installed.
In your own node environment/application:
npm install https://github.com/LLK/scratch-gui.git
If you want to edit/play yourself:
git clone https://github.com/LLK/scratch-gui.git
cd scratch-gui
npm install