Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 590 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (10 loc) · 590 Bytes

Prerequisites

Node.js >= v14.17.0 must be installed.

Installation

  • Running yarn install in the component'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:4200 with hot module reloading.

Running Tests

  • yarn test react-sketch-canvas will run the tests once.

Building

  • yarn build react-sketch-canvas will build the component for publishing to npm and also bundle the demo app.