Skip to content

axelpale/color-cards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

color-cards

A programmable tool to create printable color swatches for color design and calibration.

Usage

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

Contribute

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

License

MIT

About

A tool to create printable color cards for palette decision and calibration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published