Ghost/apps/admin-x-design-system
Daniel Lockyer fc02ca8bbb Reverted "Update Vite packages"
refs https://ghost.slack.com/archives/C0568LN2CGJ/p1702454781859679

- this reverts commit cf60db85d8 as we've
  seen issues with the `vite-plugin-css-injected-by-js` dependency
2023-12-13 09:24:29 +01:00
..
.storybook Admin X Design System docs (#19120) 2023-11-23 16:18:59 +01:00
src Dark mode improvements for offers (#19352) 2023-12-13 07:40:40 +00:00
test
.eslintrc.cjs
.gitignore
package.json Reverted "Update Vite packages" 2023-12-13 09:24:29 +01:00
postcss.config.cjs
preflight.css
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

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