Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 999 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 999 Bytes

Working with UI Toolkit on an app level

To setup linking for local development between UI Toolkit and Lace or any other app, you need to link UI Toolkit with it on an app level. To achieve this follow steps listed below.

[!IMPORTANT] > yalc is a prerequisite for this setup to work. Install it using yarn global add yalc

UI Toolkit repository

  1. Clone code repository

    git clone [email protected]:input-output-hk/lace-ui-toolkit.git
  2. Follow steps described in UI Toolkit's README.md

Lace repository

  1. Go to app directory ex. apps/browser-extension-wallet and setup linking

    yalc link @input-output-hk/lace-ui-toolkit
  2. Start dev mode

    yarn dev
  3. Once development done remove linking

    yalc remove @input-output-hk/lace-ui-toolkit