Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Usage Example of Multi-level Sorting for Storybook 8

All groups of stories contain an autogenerated (autodocs) article.

  1. Install Storybook and other dependencies

    npm ci

  2. Build a deployable version of the documentation to storybook-static

    npm test

  3. Launch a development server for the documentation

    npm start

See .storybook/main.js and .storybook/preview.js for details of the sorting customisation.