Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 640 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (12 loc) · 640 Bytes

Prerequisites

Node.js >= v8 must be installed.

Installation

  • Running yarn install in the component's root directory will install everything you need for development.

Demo

Running Tests

  • yarn test will run on every change, only the tests related to what has changed

  • yarn test:all will run all the tests once

Building

  • yarn build will build the component for publishing to npm.

  • yarn clean will delete built resources.