Skip to content

Commit 07e79da

Browse files
committed
readme update
1 parent 77fc5f7 commit 07e79da

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,25 @@ All properties and methods are in the [API Documentation](https://github.com/xob
4848
## Examples
4949
Run the example, it will install dependencies, build current component version and run local web-server listening `localhost:3000` (browser window will open automatically)
5050
```bash
51+
# install dependencies if you haven't yet
52+
npm install
5153
npm run examples
5254
```
5355

56+
## Tests
57+
```bash
58+
# install dependencies if you haven't yet
59+
npm install
60+
npm run test
61+
```
62+
63+
## Coverage
64+
```bash
65+
# install dependencies if you haven't yet
66+
npm install
67+
npm run test:coverage
68+
```
69+
5470
## Credits
5571
Big thanks to [@malte-wessel](https://github.com/malte-wessel) with his [react-custom-scrollbars](https://github.com/malte-wessel/react-custom-scrollbars) which I used before writing this component.
5672
So don't be wondered that repos and code look similar in some places, his package used as ethalon. And for the users convenience i've tried to make API's seamless as much as it possible.

0 commit comments

Comments
 (0)