We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a34c0 commit 66f4c4fCopy full SHA for 66f4c4f
1 file changed
README.md
@@ -141,10 +141,14 @@ work to do.
141
142
### Running locally ###
143
144
-Pretty easy. Just check out the code, then run:
+Pretty easy. Just check out the code. You’ll need [Yarn](https://yarnpkg.com/),
145
+which is the cool new NPM. It’s [easy to
146
+install](https://yarnpkg.com/en/docs/install).
147
+
148
+Once you’ve got it just run:
149
150
```bash
-$ npm install
151
+$ yarn
152
```
153
154
That'll pull down the dependencies. Then run:
@@ -160,7 +164,7 @@ assets are recompiled incrementally and your browser automatically reloads.
160
164
When you're done, lint and make sure tests pass before opening a pull request:
161
165
162
166
163
-$ npm test
167
+$ yarn test
168
169
170
### Developer Reference ###
0 commit comments