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 6daddba commit 53b9477Copy full SHA for 53b9477
demo/README.md
@@ -13,20 +13,20 @@ npm start
13
Run "deploy" from the demo directory:
14
15
```bash
16
- cd ~/react-datetime/demo
17
- npm run deploy
+cd ~/react-datetime/demo
+npm run deploy
18
```
19
20
#### How to Run the demo with your local changes
21
22
If you are working on some change and you want to use the demo to test them out, you have to link your local "react-datetime" directory to the demo:
23
24
25
- cd ~/react-datetime
26
- npm link
+cd ~/react-datetime
+npm link
27
28
- cd demo
29
- npm link react-datetime
+cd demo
+npm link react-datetime
30
31
- npm start
+npm start
32
0 commit comments