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 run release:check
npm run release:latestcd landingpage
npm install
npm run devCodex skills live under npm/skills/.
npm/skills/use-json-render-cli
See npm/skills/README.md for GitHub installation and usage details.