This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the storybook.
Open http://localhost:6006 to view it in the browser.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the lib for external app consumption to the dist
folder.
Generate deployable static Storybook Lib
Generate Documentation site of Storybook Lib
Based on the commit messages, increment the version from the latest release.
- If the string "BREAKING CHANGE" or "major" is found anywhere in any of the commit messages or descriptions the major version will be incremented.
- If a commit message begins with the string "feat" or includes "minor" then the minor version will be increased. This works for most common commit metadata for feature additions: "feat: new API" and "feature: new API".
- All other changes will increment the patch version.
Commit newly generated tokens under src/*
.
git add .
git commit -m "Commit message"
git push origin fix/your-branch