Styleguide for Teleopti
npm install teleopti-styleguidegit clone https://github.com//styleguide.git npm ci or npm install to install dependenciesnpm start to build and watchnpm run devServer to mount styleguide on http://localhost:3000WFM\node_modules\teleopti-styleguide and verfiy the changes on WFM (important!)git remote add upstream https://github.com/Teleopti/styleguide.gitgit fetch upstream (please make sure you have commit your local changes before running this)git merge upstream/mastergit push1. Bump suitable semver version in package.json
* Preferably submit and merge a pull request with the version change
2. Tag the commit
* Tag with v1.5.0 if the version is 1.5.0
3. Push the tag to master
* git push origin v1.5.0
If you have any mentionable changes then draft a new GitHub release with the same tag and a list of changes.