Skip to content

Commit b604f1a

Browse files
committed
npm -> yarn
1 parent 8e5af6e commit b604f1a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Check out the demo of the latest release of the `DefaultEditor` at https://plotl
1818
git clone [this repo]
1919
cd react-chart-editor
2020
cd examples/demo
21-
npm install
22-
npm start
21+
yarn install
22+
yarn watch
2323
```
2424

2525
See more examples
@@ -41,10 +41,10 @@ This repo contains a [dev app](https://github.com/plotly/react-chart-editor/tree
4141

4242
```
4343
cp accessTokens.tpl.js accessTokens.js # and edit to taste
44-
npm install
45-
npm start
44+
yarn install
45+
yarn watch
4646
# hacking happens here
47-
npm test
47+
yarn test
4848
```
4949

5050
## Built-in Components

0 commit comments

Comments
 (0)