Files
DuckQ1u 93d1b7c3d3
Copilot Setup Steps / copilot-setup-steps (push) Has been cancelled
first commit
2026-04-22 19:51:20 +07:00

23 lines
530 B
Markdown

# Admin X Framework
Ghost Shared Framework that is used by all the micro-frontends for common functionality like data fetching and routing.
## Pre-requisites
- Run `pnpm` in Ghost monorepo root
## Develop
This is a monorepo package.
Follow the instructions for the top-level repo.
1. `git clone` this repo & `cd` into it as usual
2. Run `pnpm` to install top-level dependencies.
## Test
- `pnpm lint` - run just eslint
- `pnpm test` - runs acceptance tests
In package.json you can find other related running options too.