Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 484 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (12 loc) · 484 Bytes

Prerequisites

Node.js >= 18.x must be installed.

Installation

  • Install pnpm globally using npm install -g pnpm

  • Run pnpm install to install the project dependencies.

Demo Development Server

  • Run pnpm start to start the development server.
  • Open http://localhost:4321/react-sketch-canvas/ in your browser.

Running Tests

  • Run pnpm test to run the tests.

Building

  • Run pnpm build to build the project.