We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e5af6e commit b604f1aCopy full SHA for b604f1a
1 file changed
README.md
@@ -18,8 +18,8 @@ Check out the demo of the latest release of the `DefaultEditor` at https://plotl
18
git clone [this repo]
19
cd react-chart-editor
20
cd examples/demo
21
-npm install
22
-npm start
+yarn install
+yarn watch
23
```
24
25
See more examples
@@ -41,10 +41,10 @@ This repo contains a [dev app](https://github.com/plotly/react-chart-editor/tree
41
42
43
cp accessTokens.tpl.js accessTokens.js # and edit to taste
44
45
46
# hacking happens here
47
-npm test
+yarn test
48
49
50
## Built-in Components
0 commit comments