Skip to content

Commit 53f20c3

Browse files
author
Christopher Willis-Ford
committed
add "quick start" instructions for scratch-gui
1 parent 1b8d979 commit 53f20c3

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,25 @@ Scratch 3.0 as a standalone desktop application
77
### Prepare `scratch-gui`
88

99
This step is temporary: eventually, the `scratch-desktop` branch of the Scratch GUI repository will be merged with
10-
that repository's main development line. For now, though, there's a separate branch:
10+
that repository's main development line. For now, though, the `scratch-desktop` branch holds a few changes that are
11+
necessary for Scratch Desktop to function correctly but are not yet merged into the main development branch.
12+
13+
#### Prepare `scratch-gui`: Quick Start
14+
15+
1. Clone both `scratch-desktop` and `scratch-gui`
16+
2. `cd scratch-gui`
17+
1. `git checkout scratch-desktop`
18+
2. `npm install`
19+
3. `npm link`
20+
4. `cd ..`
21+
3. `cd scratch-desktop`
22+
1. `npm install`
23+
2. `npm link scratch-gui`
24+
3. `npm run build-gui` or `npm run watch-gui`
25+
26+
Your copy of `scratch-gui` should now be ready for use with Scratch Desktop.
27+
28+
#### Prepare `scratch-gui`: Detailed Version
1129

1230
1. Clone the `scratch-gui` repository if you haven't already.
1331
2. Switch to the `scratch-desktop` branch with `git checkout scratch-desktop`

0 commit comments

Comments
 (0)