diff --git a/README.md b/README.md index 57c21ec..be1a3a3 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ If you're deleting a dapp from the list, make sure that you're deleting its icon Available commands: -### `npm start` +### `yarn start` Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser. @@ -30,12 +30,12 @@ Open [http://localhost:3000](http://localhost:3000) to view it in the browser. The page will reload if you make edits.
You will also see any lint errors in the console. -### `npm test` +### `yarn test` Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. -### `npm run build` +### `yarn build` Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance. @@ -51,8 +51,8 @@ See the section about [deployment](https://facebook.github.io/create-react-app/d #### Staging -- `npm run deploy` +- `yarn deploy` #### Production -- `npm run deploy:prod` +- `yarn deploy:prod`