Skip to content
Snippets Groups Projects
Commit 28daddab authored by Baltasar Aroso's avatar Baltasar Aroso
Browse files

chore: Update README to replace npm commands with yarn

parent 744a9a22
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ To get started with `web-staking`, follow these steps: ...@@ -40,7 +40,7 @@ To get started with `web-staking`, follow these steps:
3. Install the necessary dependencies: 3. Install the necessary dependencies:
```bash ```bash
npm install yarn
``` ```
## Usage ## Usage
...@@ -48,7 +48,7 @@ To get started with `web-staking`, follow these steps: ...@@ -48,7 +48,7 @@ To get started with `web-staking`, follow these steps:
To start the application in development mode, use: To start the application in development mode, use:
```bash ```bash
npm start yarn start
``` ```
The development server will run on port `3000`. Open your browser and navigate to `http://localhost:3000` to access the application. The development server will run on port `3000`. Open your browser and navigate to `http://localhost:3000` to access the application.
...@@ -119,7 +119,7 @@ REACT_APP_WALLET_URL=https://wallet.xx.network ...@@ -119,7 +119,7 @@ REACT_APP_WALLET_URL=https://wallet.xx.network
The project uses `react-app-rewired` for builds: The project uses `react-app-rewired` for builds:
```bash ```bash
npm run build yarn build
``` ```
Build artifacts are output to the `build/` folder. Build artifacts are output to the `build/` folder.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment