Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 616 Bytes

File metadata and controls

33 lines (22 loc) · 616 Bytes

gadget monorepo

Home of all public packages related to gadget

Requirements

Getting started

Before editing any individual packages, we first need to set up the monorepo. From the root dir:

  1. Switch to the correct node version by running

    nvm use
    
  2. Install dependencies

    yarn
    
  3. Link all packages together

    lerna bootstrap