Skip to content
forked from lbryio/lbry-redux

Common shared app components for desktop and mobile

License

Notifications You must be signed in to change notification settings

dan1d/lbry-redux

 
 

Repository files navigation

lbry-redux

lbry-redux is a module which contains common React and redux code shared between lbry-app and lbry-android.

Installation

Add lbry-redux as a dependency to your package.json file. "lbry-redux": "lbryio/lbry-redux"

Local development

If you intend to make changes to the module and test immediately, you can use npm link to add the package to your node_modules folder. This will create a symlink to the folder where lbry-redux was cloned to.

cd lbry-redux
sudo npm link
cd /<path>/<to>/<project>/node_modules
npm link lbry-redux

Build

Run $ npm build.

License

MIT © LBRY

About

Common shared app components for desktop and mobile

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%