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 9704798 commit 88ff13bCopy full SHA for 88ff13b
README.md
@@ -212,14 +212,22 @@ const MyLoader = () => (
212
Fork the repo then clone it
213
214
`$ git clone [email protected]:YourUsername/react-content-loader.git && cd react-content-loader`
215
+
216
`$ yarn`: Install the dependencies;
217
218
`$ yarn build`: Build to production;
219
220
`$ yarn dev`: Run the docz to see your changes;
221
222
`$ yarn test`: Run all tests: type checking and unit tests;
223
224
`$ yarn test:watch`: Watch unit tests;
225
226
`$ yarn tsc`: Typescript checking;
227
228
`$ yarn tsc:watch`: Typescript checking with watching;
229
230
231
## License
232
233
[MIT](https://github.com/danilowoz/react-content-loader/blob/master/LICENSE)
0 commit comments