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

28 lines
609 B
Markdown

# Ghost Admin (React)
New React-based Ghost admin interface, gradually replacing the existing Ember admin.
## Architecture
Uses an **Ember Bridge** system for smooth migration:
- Routes ported to React render React components
- Unported routes fall back to the existing Ember admin
- Both share the same UI space seamlessly
## Development
```bash
# Start development server (from monorepo root)
pnpm dev
```
## Building for Production
```bash
# Build production bundle
pnpm nx run @tryghost/admin:build
```
This outputs to `apps/admin/dist/` and updates the assets in `ghost/core/core/built/admin/`.