mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
333 B
333 B
Development Setup
- Install node and npm (linux users: use this. if that doesn't work, this gist may be useful)
npm install -g yarn
(or see https://yarnpkg.com/en/docs/install)- Run
./watch.sh
(this willyarn install
dependencies)