apps/admin-x-framework/README.md
Shared runtime for Ghost's React admin surfaces: the admin shell (apps/admin), the route-composed ActivityPub app (apps/activitypub), and the Koenig editor embedded in Ember Admin (apps/ember-admin). It provides the data layer (React Query factories and per-resource API modules), the FrameworkProvider/RouterProvider pair, and shared hooks.
pnpm setup in the Ghost monorepo rootThis is a monorepo package.
Follow the instructions for the top-level repo.
git clone this repo & cd into it as usualpnpm setup to install the workspace and initialize submodules.pnpm lint - run just eslintpnpm test - runs type checks and unit testsIn package.json you can find other related running options too.