Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 357 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (9 loc) · 357 Bytes

Contributing

Prerequisites

Node.js >= v4 must be installed.

Installation

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

Linting

  • yarn lint will lint the src folder

Building

  • yarn build will build the plugin to be ready to use.