Ghost/apps/admin-x-design-system
2023-11-22 18:00:45 +08:00
..
.storybook Fundamental page components (#19037) 2023-11-21 06:49:41 +00:00
src Added no offers view to the offers list screen in AdminX 2023-11-22 18:00:45 +08:00
test
.eslintrc.cjs
.gitignore
package.json Update sentry-javascript monorepo to v7.81.1 2023-11-21 15:05:41 +01:00
postcss.config.cjs Created a skeleton AdminX demo app (#19005) 2023-11-20 13:30:15 +00:00
preflight.css Renamed admin-x-design to admin-x-design-system for clarity (#18914) 2023-11-08 15:10:43 +00:00
README.md
styles.css
tailwind.cjs
tailwind.config.cjs
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