0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/apps/admin-x-design-system
Ronald Langeveld 50b3020235 Updated package.json
no issue

- Since yarn used to be able to get and used dependencies from all over
  the monorepo, pnpm had issues resolving dependencies that were often
resolved globally. In this case, we mostly used Typescript globally,
which caused errors in typescript building properly and type
declerations not resolving.
2024-10-09 15:55:43 +01:00
..
.storybook Admin X Design System docs (#19120) 2023-11-23 16:18:59 +01:00
src Updated ActivityPub inbox layout and profiles (#21200) 2024-10-03 15:01:20 +01:00
test 🐛 Fixed navigations links for Ghost sites hosted on a subdirectory (#21071) 2024-09-23 18:37:05 +02:00
.eslintrc.cjs
.gitignore
package.json Added init pnpm migration 2024-10-08 17:59:39 +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
styles.css Added styling for accent colours on Tiers and Offers (#20696) 2024-08-01 09:46:11 +00:00
tailwind.cjs
tailwind.config.cjs Add reusable UI components to ActivityPub (#20758) 2024-08-15 12:28:08 +02:00
tsconfig.declaration.json
tsconfig.json Updated package.json 2024-10-09 15:55:43 +01:00
tsconfig.node.json
vite.config.ts Hidden "info" Vite output unless in CI 2023-11-15 10:11:22 +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