Quick color mode conversion tool.
npm install
npm run dev # Colouris is now running with hot reload at http://localhost:8080
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# check package.json for more actions