Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 321 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (7 loc) · 321 Bytes

Prerequisites

Node.js >= v4 must be installed.

Installation

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

Building

  • npm run build will build the module for publishing to npm.

  • npm run clean will delete built resources.