Skip to content

Commit 88ff13b

Browse files
authored
Update README.md
1 parent 9704798 commit 88ff13b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,14 +212,22 @@ const MyLoader = () => (
212212
Fork the repo then clone it
213213

214214
`$ git clone [email protected]:YourUsername/react-content-loader.git && cd react-content-loader`
215+
215216
`$ yarn`: Install the dependencies;
217+
216218
`$ yarn build`: Build to production;
219+
217220
`$ yarn dev`: Run the docz to see your changes;
221+
218222
`$ yarn test`: Run all tests: type checking and unit tests;
223+
219224
`$ yarn test:watch`: Watch unit tests;
225+
220226
`$ yarn tsc`: Typescript checking;
227+
221228
`$ yarn tsc:watch`: Typescript checking with watching;
222229

230+
223231
## License
224232

225233
[MIT](https://github.com/danilowoz/react-content-loader/blob/master/LICENSE)

0 commit comments

Comments
 (0)