use yarn in readme
This commit is contained in:
parent
9cf4375540
commit
afcca8d2d8
|
@ -110,8 +110,8 @@ Get the source ready:
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/status-im/status-web.git
|
git clone https://github.com/status-im/status-web.git
|
||||||
cd ./status-web
|
cd ./status-web
|
||||||
npm install
|
yarn install
|
||||||
npm run build
|
yarn run build
|
||||||
```
|
```
|
||||||
|
|
||||||
Add your Community's public key to your environment:
|
Add your Community's public key to your environment:
|
||||||
|
@ -123,5 +123,5 @@ echo 'PUBLIC_KEY="0x033c88c950480493e2e759923bd38f9aad88e1b36295757a598679a569e6
|
||||||
And run it:
|
And run it:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
npm run dev --workspace=examples/with-vite
|
yarn workspace with-vite run dev
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue