Ghost/apps/admin-x-design-system
Jono M a8083960d8
Added test examples to AdminX demo (#19116)
refs https://github.com/TryGhost/Product/issues/4182

Updated framework to include shared test config for easier app setup.
2023-11-23 12:59:48 +00:00
..
.storybook Admin X design system updates (#19102) 2023-11-22 15:53:23 +00:00
src Various design fixes for offers in Adminx 2023-11-23 17:15:03 +08:00
test
.eslintrc.cjs
.gitignore
package.json Added test examples to AdminX demo (#19116) 2023-11-23 12:59:48 +00:00
postcss.config.cjs Created a skeleton AdminX demo app (#19005) 2023-11-20 13:30:15 +00:00
preflight.css Admin X demo app content (#19079) 2023-11-22 13:44:39 +01:00
README.md
styles.css
tailwind.cjs
tailwind.config.cjs Admin X demo detail page (#19105) 2023-11-23 08:18:41 +01:00
tsconfig.declaration.json
tsconfig.json
tsconfig.node.json
vite.config.ts Hidden "info" Vite output unless in CI 2023-11-15 10:11:22 +01:00

Admin X Design

Components, design guidelines and documentation for building apps in Ghost Admin

Usage

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 yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests