Node.js >= 18.x must be installed.
-
Install pnpm globally using
npm install -g pnpm
-
Run
pnpm install
to install the project dependencies.
- Run
pnpm start
to start the development server. - Open
http://localhost:4321/react-sketch-canvas/
in your browser.
- Run
pnpm test
to run the tests.
- Run
pnpm build
to build the project.