arisslin / flattenthequeue

An app to see the degree of capacity utilisation at supermarkets
MIT License
3 stars 0 forks source link

Storybook #9

Closed arisslin closed 4 years ago

arisslin commented 4 years ago

Description

Storybook is needed for develop and documentation of react components.

Tasks

jamarob commented 4 years ago

Check out the new mdx syntax for documentation and writing stories! I use it in another project and I am really happy with it.

arisslin commented 4 years ago

Do you have a good ressource?

jamarob commented 4 years ago

The official docs are pretty good https://storybook.js.org/docs/formats/mdx-syntax/ https://github.com/storybookjs/storybook/tree/master/addons/docs https://github.com/storybookjs/storybook/tree/master/addons/storyshots/storyshots-core

I can take care of installation and configuration

jamarob commented 4 years ago

Generation of snapshots from mdx files will get it's own ticket.