A node-based color management explorer.
This app builds to a static web page. It uses Vite for bundling and uses pnpm's lockfile.
Initial setup:
pnpm install --frozen-lockfile
To build with absolute paths:
pnpm run build
To build with relative paths:
pnpm run build.public
To start a development server:
pnpm run dev