Update README.md

This commit is contained in:
Danilo Woznica
2019-01-29 17:02:58 +00:00
committed by GitHub
parent 9704798869
commit 88ff13b2f3

View File

@@ -212,14 +212,22 @@ const MyLoader = () => (
Fork the repo then clone it
`$ git clone git@github.com:YourUsername/react-content-loader.git && cd react-content-loader`
`$ yarn`: Install the dependencies;
`$ yarn build`: Build to production;
`$ yarn dev`: Run the docz to see your changes;
`$ yarn test`: Run all tests: type checking and unit tests;
`$ yarn test:watch`: Watch unit tests;
`$ yarn tsc`: Typescript checking;
`$ yarn tsc:watch`: Typescript checking with watching;
## License
[MIT](https://github.com/danilowoz/react-content-loader/blob/master/LICENSE)