This is a placeholder folder to build the static storybook on builds.
To build the static Storybook: Follow with Integration of Varbase with Storybook Make sure that the site is configured.This will show up when the setup fails to build or point in the right way.
or when the auto storybook build system fails with a bug in components.
yarn install
yarn storybook:build
From this point onward, you can easily access the static storybook, by going to
"http://PROJECT_DOMAIN/storybook"
.This applies when the main domain, like
"mysite.domain"
, is set up to point to the"PROJECT_FOLDER/docroot"
directory.If you have configured a subdomain, like
"storybook.mysite.domain"
, it will instead point to the"PROJECT_FOLDER/storybook"
directory.