-
Notifications
You must be signed in to change notification settings - Fork 333
LLC:dev with cli
elbywan edited this page Apr 26, 2022
·
3 revisions
To run it for development and have the latest sourcecode running we need to either copy the lib folder of live-common in cli/nodemodules or use something like yalc. _We used to use yarn link but symlink are not properly working and creating dup issues.
You likely want to run yarn watch
in a terminal and do this in another terminal (from top level):
yalc publish # link live-common
cd cli/
yarn
yalc add @ledgerhq/live-common
yarn link # will make ledger-live CLI available
yarn watch # incremental build as well
Assuming that yarn global bin
is in your $PATH
,
You can run:
ledger-live
and it will always use your latest sourcecode.
- Ledger Live Desktop
- Ledger Live Mobile
-
Ledger Live Common
- Introduction
- Currency Models
- Currency Bridge
- Account
- Account Bridge
- apps
- appsCheckAllAppVersions
- ledger-live bot
- Canonical Ways to Investigate Bugs
- Coin Integration Introduction
- Countervalues
- Packages Duplicates
- Derivation
- Developing with CLI
- Developing
- Gist Firmware Update
- Gist Transaction
- Hardware Wallet Logic
- Socket
- Assorted tips
- Integration Tests
- Process
- Monorepository Migration Guide
- Issues, Workaround and Tricks
- Common CI Troubleshooting
- Create staging builds using the CI
- Deprecated