Skip to content

Latest commit

History

History
19 lines (12 loc) 路 353 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (12 loc) 路 353 Bytes

Contributing guide

We are using Yarn workspaces, so make sure you have the latest version of Yarn installed.

Building project

To build the entire monorepo, start by installing the dependencies by running yarn in the root directory, and then:

yarn build

Using command line tool from source

cd packages/cli
npm link .