Skip to content

Commit 92d69ac

Browse files
committed
🔥 globally installed gulp
1 parent f09cca5 commit 92d69ac

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ To get it running locally, you'll need to clone the repo, install gulp and other
2121

2222
```shell
2323
git clone [email protected]:richgilbank/Scratch-JS.git && cd Scratch-JS
24-
npm install -g gulp
2524
npm install
26-
gulp
25+
npm start
2726
```
2827

2928
You'll then need to install it locally in Chrome. Go to the URL `chrome://extensions` and select "Developer mode", then click "Load unpacked extension..." and select the root directory of the project.

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"bugs": {
1212
"url": "https://github.com/richgilbank/Scratch-JS/issues"
1313
},
14+
"scripts": {
15+
"start": "gulp"
16+
},
1417
"homepage": "https://github.com/richgilbank/Scratch-JS",
1518
"dependencies": {
1619
"babel-standalone": "1.0.0",

0 commit comments

Comments
 (0)