File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Scratch GUI is a set of React components that comprise the interface for creating and running Scratch 3.0 projects
4
4
5
+ To open the current build in your browser on Github Pages:
6
+
7
+ https://scratchfoundation.github.io/scratch-gui/
8
+
5
9
## Installation
6
10
7
11
This requires you to have Git and Node.js installed.
8
12
9
13
In your own node environment/application:
10
14
11
15
``` bash
12
- npm install https://github.com/LLK /scratch-gui.git
16
+ npm install https://github.com/scratchfoundation /scratch-gui.git
13
17
```
14
18
15
19
If you want to edit/play yourself:
16
20
17
21
``` bash
18
- git clone https://github.com/LLK /scratch-gui.git
22
+ git clone https://github.com/scratchfoundation /scratch-gui.git
19
23
cd scratch-gui
20
24
npm install
21
25
```
22
26
23
27
** You may want to add ` --depth=1 ` to the ` git clone ` command because there are some [ large files in the git repository
24
- history] ( https://github.com/LLK /scratch-gui/issues/5140 ) .**
28
+ history] ( https://github.com/scratchfoundation /scratch-gui/issues/5140 ) .**
25
29
26
30
## Getting started
27
31
@@ -223,7 +227,7 @@ If you run into npm install errors, try these steps:
223
227
## Publishing to GitHub Pages
224
228
225
229
You can publish the GUI to github.io so that others on the Internet can view it.
226
- [ Read the wiki for a step-by-step guide.] ( https://github.com/LLK /scratch-gui/wiki/Publishing-to-GitHub-Pages )
230
+ [ Read the wiki for a step-by-step guide.] ( https://github.com/scratchfoundation /scratch-gui/wiki/Publishing-to-GitHub-Pages )
227
231
228
232
## Understanding the project state machine
229
233
You can’t perform that action at this time.
0 commit comments