Skip to content

Commit 3a3a79a

Browse files
author
sagiv.bengiat
committed
updated readme
1 parent 6a21201 commit 3a3a79a

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,26 @@ class App extends Component {
7070

7171
## Development
7272

73-
```console
73+
```console
7474
git clone https://github.com/sag1v/react-elastic-carousel.git
7575
cd react-elastic-carousel
7676
yarn
77+
```
78+
79+
### To run the docs site run
80+
81+
```console
7782
yarn start
7883
```
7984

85+
### to run a demo Application run
86+
87+
```console
88+
yarn demo
89+
```
90+
8091
The application is running at http://localhost:8888
8192

8293
## License
8394

8495
MIT © [sag1v](https://github.com/sag1v)
85-

0 commit comments

Comments
 (0)