Storybook design system
Getting Started
Usage
Built With
Contributing
This project is a Storybook design system built with React. Storybook is a development environment and documentation tool for UI components that allows developers to build and test components independently, as well as showcase them interactively in an isolated environment.
For more information about building design systems with Storybook, visit Design Systems for Developers from the Learn Storybook docs.
To start the Storybook application and the KAPI dev server, run the following command from the root of the repository:
yarn dev:store-uiStorybook will be available at http://localhost:3000, and the API at
http://localhost:8080.
To start only the Storybook application:
yarn dev:uifrom the root of the repository, or
yarn devfrom this directory.
-
Add
"@flex-development/kustomzdesign": "*"to packagedependenciesThis package isn't published, so it can only be installed within this repo.
-
Run
yarnfrom the root of the repository to re-install project dependencies
- React - JavaScript library for building user interfaces
- Storybook - UI development and documentation tool
- TypeScript - Typed JavaScript
- Vercel - Hosting platform for static sites and serverless functions