To help with providing something a little more rich than just the README, can the Storybook Docs be used as a viable alternative to have a small website to view the styling combinations that are readily available?
Storybook should:
be attached to a library or framework in order to work, so it will need to be housed in the current app/nextjs environment
use mdx files to render the docs along with creating the canvases
build the static files to a separate directory at the root of the project
have it's build process triggered in a github action workflow to be pushed to Github pages for viewing.
This is not to replace documentation within the README, but should provide more detail.
To help with providing something a little more rich than just the README, can the Storybook Docs be used as a viable alternative to have a small website to view the styling combinations that are readily available?
Storybook should:
app/nextjs
environmentmdx
files to render the docs along with creating the canvasesThis is not to replace documentation within the README, but should provide more detail.