Skip to content

codename-gadget/gadget

Repository files navigation

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