dev: Bootstrap the Storybook preview with Hot Reload.build: Builds the static storybook project.build:lib: Builds the component library into the dist folder.lint:fix: Applies linting based on the rules defined in .eslintrc.js.format:prettier: Formats files using the prettier rules defined in .prettierrc.test: Runs testing using watch mode.test:cov: Runs testing displaying a coverage report.Allow GitHub Actions to create and approve pull requests box under the Settings>Code and automation>Actions>General repository configuration. This will allow the release-please workflow to create a PR increasing the version.NPM_TOKEN under Settings>Security>Secrets and variables>Actions for the github action to be able to publish the library to npm.feat!, fix!, refactor!, etc., which represent a breaking change, will result in a major version.Release-As: X.X.X as the description. Example: git commit -m "chore: v1.2.0" -m "Release-As: 1.2.0"yarn <your-library>.Posted May 1, 2024
React component library build with styled components and based off Atomic design principles - GitHub - matthill8286/atomic-component-library: React component …