Ghost/apps/admin-x-design-system
2023-12-11 09:48:49 +01:00
..
.storybook Admin X Design System docs (#19120) 2023-11-23 16:18:59 +01:00
src Changed code injection to full screen editor. (#19259) 2023-12-08 09:11:52 +02:00
test
.eslintrc.cjs
.gitignore
package.json Update sentry-javascript monorepo to v7.86.0 2023-12-11 09:48:49 +01:00
postcss.config.cjs
preflight.css
README.md Renamed admin-x-design to admin-x-design-system for clarity (#18914) 2023-11-08 15:10:43 +00:00
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