A programmable tool to create printable color swatches for color design and calibration.
Write your HTML in index.html and your JavaScript under src/ directory beginning from src/index.js. The build bundles your JS files into dist/main.js. The bundle is run when you open the index.html.
Install build dependencies:
$ npm install
Validate your code:
$ npm run lint
Build the app:
$ npm run build
Open the app in your browser: index.html
Pull requests and bug reports are highly appreciated. Please test your contribution with the following scripts:
Run test suite:
$ npm run test
Run only linter:
$ npm run lint