Skip to content

Commit

Permalink
🔥 globally installed gulp
Browse files Browse the repository at this point in the history
  • Loading branch information
richgilbank committed Jun 4, 2016
1 parent f09cca5 commit 92d69ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ To get it running locally, you'll need to clone the repo, install gulp and other

```shell
git clone git@github.com:richgilbank/Scratch-JS.git && cd Scratch-JS
npm install -g gulp
npm install
gulp
npm start
```

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.
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"bugs": {
"url": "https://github.com/richgilbank/Scratch-JS/issues"
},
"scripts": {
"start": "gulp"
},
"homepage": "https://github.com/richgilbank/Scratch-JS",
"dependencies": {
"babel-standalone": "1.0.0",
Expand Down

0 comments on commit 92d69ac

Please sign in to comment.