Created a modern readme for redux module!
This commit is contained in:
parent
5ddcb60d31
commit
d54c80d0d0
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -1,4 +1,7 @@
|
||||||
# lbry-redux
|
# lbry-redux
|
||||||
|
|
||||||
|
[](./LICENSE)
|
||||||
|
|
||||||
lbry-redux is a module which contains common React and redux code shared between lbry-desktop and lbry-android.
|
lbry-redux is a module which contains common React and redux code shared between lbry-desktop and lbry-android.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
@ -17,6 +20,11 @@ npm link lbry-redux
|
||||||
### Build
|
### Build
|
||||||
Run `$ yarn build`. If the symlink does not work, just build the file and move the `bundle.js` file in to the `node_modules/` folder.
|
Run `$ yarn build`. If the symlink does not work, just build the file and move the `bundle.js` file in to the `node_modules/` folder.
|
||||||
|
|
||||||
|
## Contributing
|
||||||
|
We :heart: contributions from everyone! We welcome [bug reports](https://github.com/lbryio/lbry-redux/issues/), [bug fixes](https://github.com/lbryio/lbry-redux/pulls) and feedback on the module is always appreciated.
|
||||||
|
|
||||||
|
## [](https://github.com/lbryio/lbry-redux/issues) [](https://GitHub.com//lbryio/lbry-redux/graphs/contributors/)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[MIT © LBRY](LICENSE)
|
This module is released under the [MIT License](license)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue