Skip to content

Commit dd5ade1

Browse files
authored
Update username from LLK to scratchfoundation after the move
1 parent c008cce commit dd5ade1

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,30 @@
22

33
Scratch GUI is a set of React components that comprise the interface for creating and running Scratch 3.0 projects
44

5+
To open the current build in your browser on Github Pages:
6+
7+
https://scratchfoundation.github.io/scratch-gui/
8+
59
## Installation
610

711
This requires you to have Git and Node.js installed.
812

913
In your own node environment/application:
1014

1115
```bash
12-
npm install https://github.com/LLK/scratch-gui.git
16+
npm install https://github.com/scratchfoundation/scratch-gui.git
1317
```
1418

1519
If you want to edit/play yourself:
1620

1721
```bash
18-
git clone https://github.com/LLK/scratch-gui.git
22+
git clone https://github.com/scratchfoundation/scratch-gui.git
1923
cd scratch-gui
2024
npm install
2125
```
2226

2327
**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).**
2529

2630
## Getting started
2731

@@ -223,7 +227,7 @@ If you run into npm install errors, try these steps:
223227
## Publishing to GitHub Pages
224228

225229
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)
227231

228232
## Understanding the project state machine
229233

0 commit comments

Comments
 (0)