Ghost/apps/admin-x-design-system
2024-02-13 11:23:55 +00:00
..
.storybook
src Fixed codemirror hint background color in dark mode (#19687) 2024-02-13 11:23:55 +00:00
test
.eslintrc.cjs
.gitignore
package.json Update storybook monorepo to v7.6.12 2024-02-01 16:41:56 +01:00
postcss.config.cjs
preflight.css
README.md
styles.css Added "No search result" screen to Settings (#19672) 2024-02-08 08:32:40 +01:00
tailwind.cjs
tailwind.config.cjs Added "No search result" screen to Settings (#19672) 2024-02-08 08:32:40 +01:00
tsconfig.declaration.json
tsconfig.json
tsconfig.node.json
vite.config.ts

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