We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf3a23 commit 20fde34Copy full SHA for 20fde34
Procfile
@@ -1 +1 @@
1
-web: npm start
+web: yarn start
README.md
@@ -13,15 +13,16 @@ A memory game using React.
13
14
- [Node.js](https://nodejs.org/en/)
15
- [npm](https://www.npmjs.com)
16
+- [yarn](https://www.npmjs.com/package/yarn)
17
18
### Installing
19
20
1. Clone this repo down to your local machine
-2. `npm install`
21
+2. `yarn install`
22
23
### Running
24
-1. `npm start`
25
+1. `yarn start`
26
27
## Author
28
0 commit comments