Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 527 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 527 Bytes

Ledger UI

Ledger UI!

Setup

  1. Clone the repo to your workspace.
  2. Install the node version manager nvm via instructions listed here: https://github.com/nvm-sh/nvm. Setup the correct version of node by cd'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.

  1. Install yarn with the following command:
npm install --global yarn
  1. Start the project with the following commands:
yarn && yarn start