@ftdata/styleguide
v2.15.0
Published
Fulltime Styleguide
Readme
fulltime-styleguide
Initial setup
Install the project dependencies via the CLI command:
npm installProject structure
The project is made of these files and folders:
/.storybookcontains the storybook configuration./componentscontains the components of Fulltime Styleguide.
Running the project
You can run Storybook in development using the CLI command:
npm run storybookYou can build Storybook in production using the CLI command:
npm run build-storybookBit Docs for reference
If you need some tips about versioning the components, see the following link:
https://docs.bit.dev/docs/tutorials/bit-react-tutorial
