0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/apps/shade
Peter Zimon fbbf34e1d0
Added Shade fundamentals (#21812)
ref
https://linear.app/ghost/issue/DES-1020/create-new-react-app-for-shade

Shade is our new design system that follows React best practices and
leverages third-party libraries extensively. It's built on ShadCN/UI
which is one of the most popular React UI libraries today. This commit
adds an (almost) empty React app, set up to be the a starting point of
Shade.
2024-12-11 15:55:58 +01:00
..
.storybook Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
src Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
test Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
.eslintrc.cjs Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
.gitignore Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
components.json Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
package.json Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
postcss.config.cjs Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
preflight.css Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
README.md Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
styles.css Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
tailwind.cjs Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
tailwind.config.cjs Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
tsconfig.declaration.json Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
tsconfig.json Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
tsconfig.node.json Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00
vite.config.ts Added Shade fundamentals (#21812) 2024-12-11 15:55:58 +01:00

Shade

Ghost Design System

Usage

TK

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