Ledger UI!
- Clone the repo to your workspace.
- Install the node version manager
nvm
via instructions listed here: https://github.com/nvm-sh/nvm. Setup the correct version of node bycd
'ing into the repo and running the following command:
nvm use
You may need to reopen your terminal after this step or source your .${SHELL}rc
file.
- Install yarn with the following command:
npm install --global yarn
- Start the project with the following commands:
yarn && yarn start