mirror of
https://github.com/zhigang1992/react-content-loader.git
synced 2026-05-16 00:20:01 +08:00
Update README.md
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user