Ghost/apps/admin-x-design-system
Daniel Lockyer ee804fc7af Hidden "info" Vite output unless in CI
refs https://github.com/TryGhost/DevOps/issues/104

- `info` is very verbose as it prints all files and their sizes
- we often don't care about this, so we can do away with `info` in favor
  of `warn`
2023-11-15 10:11:22 +01:00
..
.storybook
src Added static design to success screen to offers in AdminX 2023-11-15 14:58:19 +08:00
test
.eslintrc.cjs
.gitignore
package.json
postcss.config.js
preflight.css
README.md
styles.css
tailwind.cjs
tailwind.config.cjs
tsconfig.declaration.json
tsconfig.json
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