Ghost/apps/admin-x-design-system
2024-11-21 19:11:19 +01:00
..
.storybook Added Phantom 2024-11-21 19:11:19 +01:00
src Added Phantom 2024-11-21 19:11:19 +01:00
test 🐛 Fixed navigations links for Ghost sites hosted on a subdirectory (#21071) 2024-09-23 18:37:05 +02:00
.eslintrc.cjs Renamed admin-x-design to admin-x-design-system for clarity (#18914) 2023-11-08 15:10:43 +00:00
.gitignore Renamed admin-x-design to admin-x-design-system for clarity (#18914) 2023-11-08 15:10:43 +00:00
package.json Trying to add shadcn 2024-11-21 19:11:18 +01: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 Renamed admin-x-design to admin-x-design-system for clarity (#18914) 2023-11-08 15:10:43 +00:00
styles.css Reverted to not using CSS variables in TW 2024-11-21 19:11:19 +01:00
tailwind.cjs Renamed admin-x-design to admin-x-design-system for clarity (#18914) 2023-11-08 15:10:43 +00:00
tailwind.config.cjs Reverted to not using CSS variables in TW 2024-11-21 19:11:19 +01:00
tsconfig.declaration.json Renamed admin-x-design to admin-x-design-system for clarity (#18914) 2023-11-08 15:10:43 +00:00
tsconfig.json Added Phantom 2024-11-21 19:11:19 +01:00
tsconfig.node.json Seems like ShadCN is working 2024-11-21 19:11:18 +01:00
vite.config.ts Added Phantom 2024-11-21 19:11:19 +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