mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-02 21:03:28 +00:00
Update readme.md
This commit is contained in:
parent
1961a8a33e
commit
7038b81eed
14
readme.md
14
readme.md
@ -30,22 +30,26 @@ ganache-cli -b 3
|
||||
Start the project in the other one
|
||||
```
|
||||
yarn install
|
||||
```
|
||||
|
||||
For Rinkeby:
|
||||
```
|
||||
yarn start
|
||||
```
|
||||
For the mainnet version:
|
||||
For Mainnet:
|
||||
```
|
||||
REACT_APP_NETWORK=mainnet yarn start
|
||||
yarn start-mainnet
|
||||
```
|
||||
|
||||
### Building
|
||||
*For rinkeby:*
|
||||
For Rinkeby:
|
||||
```
|
||||
yarn build
|
||||
```
|
||||
|
||||
*For mainnet:*
|
||||
For Mainnet:
|
||||
```
|
||||
REACT_APP_NETWORK=mainnet yarn build
|
||||
yarn build-mainnet
|
||||
```
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user