Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 504 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (9 loc) · 504 Bytes

Prerequisites

Installation

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

Demo Development Server

  • yarn start will run a development server with the component's demo app at http://localhost:3000 with hot module reloading.

Building etc.

  • yarn run build will build the component for publishing to npm.
  • yarn run format format all JSX code using prettier.