You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,6 @@ npm start
29
29
Then go to [http://localhost:8601/](http://localhost:8601/) - the playground outputs the default GUI component
30
30
31
31
## Developing alongside other Scratch repositories
32
-
33
32
If you wish to develop scratch-gui alongside other scratch repositories that depend on it, you may wish
34
33
to have the other repositories use your local scratch-gui build instead of fetching the current production
35
34
version of the scratch-gui that is found by default using `npm install`.
@@ -76,7 +75,6 @@ npm run integration-test
76
75
You may want to review the documentation for [Jest](https://facebook.github.io/jest/docs/en/api.html) and [Enzyme](http://airbnb.io/enzyme/docs/api/) as you write your tests.
77
76
78
77
## Publishing to GitHub Pages
79
-
80
78
You can publish the GUI to github.io so that others on the Internet can view it.
81
79
[Read the wiki for a step-by-step guide.](https://github.com/LLK/scratch-gui/wiki/Publishing-to-GitHub-Pages)
0 commit comments