Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
Firstly, clone the project locally:
Install dependencies:
Application:
Storybook:
Files can be found in src/design-system
.
After a component is implemented, it should be exported in src/index.js
.
Common aliases include Utils
and Components
.
Create a new branch for your work:
Please prefix your branch name with either feature/bugfix.