This repository is a monorepo with two projects:
npm/:json-render-clipackage (CLI source, tests, examples, and bundled Codex skills)landingpage/: Next.js marketing/demo site
cd npm
npm install
npx playwright install chromium
npm test
npm run buildPublish from npm/:
cd npm
npm publishcd landingpage
npm install
npm run devCodex skills live under npm/skills/.
npm/skills/json-render-tablenpm/skills/json-render-ticket-tablenpm/skills/json-render-info-cardsnpm/skills/json-render-announcement-cardsnpm/skills/json-render-flow-summary
See npm/skills/README.md for GitHub installation and usage details.