Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 536 Bytes

File metadata and controls

20 lines (11 loc) · 536 Bytes

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.