1.1.1 • Published 6 years ago
rapha-ui v1.1.1
Production
Develop
Usage
When running percy locally via the yarn run snapshot command you have to export the PERCY_TOKEN into your terminal session.
export PERCY_TOKEN=793ccfdd77c8f076986794e119fb4a46ad36aab42bf9cf28f20asdjlkasdkaskdjTo run storybook locally:
yarn run storybookYou can also build your design system for publishing to private npm or your own github instance:
yarn run buildYou can also build your storybook for static file hosting so your designers can see it:
yarn run build-storybookMakefile
There is a Makefile for quick installs and git hooks
default: builds project ready for proddev: builds project ready for devnew name=[component]: scaffold dir structure with given component nametest: runs test scriptshooks: creates any git hooks from ./.bin/hookspre_commit: runs pre-commit scripts
Story Folder Structure
Copy folder structure from Mock Components to start a new story.
src/
├── ComponentName/
│ ├── index.tsx
│ ├── interface.tsx
│ ├── ComponentName.stories.tsxExporting Components
If you wish for the component be exported for use make sure you write the export statement in ./src/index.tsx
Importing Components
To import components into a new project follow this guide.
For available components and import names see the Component Index.
Styled CSS Grid
Ignore Gitlab CI
git push -o ci.skip