Node.js >= v14.17.0 must be installed.
- Running
yarn install
in the component's root directory will install everything you need for development.
yarn start
will run a development server with the component's demo app at http://localhost:4200 with hot module reloading.
yarn test react-sketch-canvas
will run the tests once.
yarn build react-sketch-canvas
will build the component for publishing to npm and also bundle the demo app.