Install the project dependencies via the CLI command:
npm install
The project is made of these files and folders:
-
/.storybook
contains the storybook configuration. -
/components
contains the components of Fulltime Styleguide.
You can run Storybook in development using the CLI command:
npm run storybook
You can build Storybook in production using the CLI command:
npm run build-storybook
If you need some tips about versioning the components, see the following link: