mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-01-09 14:12:05 -05:00
add "quick start" instructions for scratch-gui
This commit is contained in:
parent
1b8d9796c9
commit
53f20c3d61
1 changed files with 19 additions and 1 deletions
20
README.md
20
README.md
|
@ -7,7 +7,25 @@ Scratch 3.0 as a standalone desktop application
|
||||||
### Prepare `scratch-gui`
|
### Prepare `scratch-gui`
|
||||||
|
|
||||||
This step is temporary: eventually, the `scratch-desktop` branch of the Scratch GUI repository will be merged with
|
This step is temporary: eventually, the `scratch-desktop` branch of the Scratch GUI repository will be merged with
|
||||||
that repository's main development line. For now, though, there's a separate branch:
|
that repository's main development line. For now, though, the `scratch-desktop` branch holds a few changes that are
|
||||||
|
necessary for Scratch Desktop to function correctly but are not yet merged into the main development branch.
|
||||||
|
|
||||||
|
#### Prepare `scratch-gui`: Quick Start
|
||||||
|
|
||||||
|
1. Clone both `scratch-desktop` and `scratch-gui`
|
||||||
|
2. `cd scratch-gui`
|
||||||
|
1. `git checkout scratch-desktop`
|
||||||
|
2. `npm install`
|
||||||
|
3. `npm link`
|
||||||
|
4. `cd ..`
|
||||||
|
3. `cd scratch-desktop`
|
||||||
|
1. `npm install`
|
||||||
|
2. `npm link scratch-gui`
|
||||||
|
3. `npm run build-gui` or `npm run watch-gui`
|
||||||
|
|
||||||
|
Your copy of `scratch-gui` should now be ready for use with Scratch Desktop.
|
||||||
|
|
||||||
|
#### Prepare `scratch-gui`: Detailed Version
|
||||||
|
|
||||||
1. Clone the `scratch-gui` repository if you haven't already.
|
1. Clone the `scratch-gui` repository if you haven't already.
|
||||||
2. Switch to the `scratch-desktop` branch with `git checkout scratch-desktop`
|
2. Switch to the `scratch-desktop` branch with `git checkout scratch-desktop`
|
||||||
|
|
Loading…
Reference in a new issue