This repository contains both the mimic-css CLI package and the documentation website.
cli/— mimic-css CLI source, tests, and npm publish targetdocs/— mimic-css documentation site and runnable examples
cd cli
npm ci
npm test
npx tsc --noEmitcd docs
npm ci
npm run dev
npm run buildThe GitHub Actions workflow publishes from cli/.