From 1637bf311cce4dc5ac4b1d680fb8ed595f3f4717 Mon Sep 17 00:00:00 2001 From: sethkfman <10342624+sethkfman@users.noreply.github.com> Date: Mon, 21 Mar 2022 13:27:07 -0600 Subject: [PATCH] updated documenatation for read me --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 57c21ec5..be1a3a38 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`