Color Picker is a handy web-based tool designed to simplify work with a variety of color models, including Google's HCT color model, HSL, HSV/HSB, and RGB.
- Download the repository
git clone https://github.com/yaroslavzghoba/color-picker.git
- Navigate to the project working directory and install the necessary dependencies
npm install
- Run the
buildscript. This will create adistdirectory with the working code of the project.
npm run build
Important
The build task must be executed after each modification of files in the src directory.