Skip to content

Latest commit

 

History

History
executable file
·
31 lines (16 loc) · 903 Bytes

CONTRIBUTING.md

File metadata and controls

executable file
·
31 lines (16 loc) · 903 Bytes

Contribute to mui-image-alter

Prerequisites

Node.js latest LTS version must be installed. Download here!

Using npm is recommended.

Installation

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

Demo Development Server

  • npm run dev will run a development server with the component's demo app at http://localhost:5173 with hot module reloading.

Running Tests

  • npm run test will run the tests once.

  • npm run test:watch will run the tests on every change.

  • npm run test:coverage will run the tests once and produce a coverage report in /coverage.

Building

  • npm run build will build the component for installation using npm.

  • npm run build:demo will build the demo app.

  • npm run clean will delete built resources.