import { Meta } from '@storybook/addon-docs/blocks';
This repository contains all the scripts and settings required for use by our frontend projects.
See the table of contents for more details on each package.
- If you need to update any of the packages in this repository, you can test those changes first in the
/node_modules/package/src/file
folder of the app. For example, if you need to change styleguidist in Tablekit, you would do those changes first intablekit/node_modules/@tablecheck/styleguidist/src/file
. Once everything looks good, you can copy those changes into this codebase