mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-05 05:15:22 +00:00
| .. | ||
| .travis | ||
| dist | ||
| js | ||
| scss | ||
| .babelrc | ||
| .eslintrc.js | ||
| .gitignore | ||
| .travis.yml | ||
| Dangerfile | ||
| LICENSE.md | ||
| package.json | ||
| README.md | ||
| watch.sh | ||
| webpack.config.js | ||
| webpack.dev.config.js | ||
Development Setup
- Install node and npm (linux users: use this. if that doesn't work, this gist may be useful)
- Run
./watch.sh(this willnpm installdependencies)