Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 487 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (9 loc) · 487 Bytes

Installation

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

Demo Development Server

  • yarn start-demo will run a development server with the component's demo app with hot module reloading.

Running Tests

  • yarn build && yarn test will run the tests once.

Building

  • yarn build will build the component for publishing to npmjs and also bundle the demo app.

  • yarn clean will delete built resources.