stormsensor-shimmer

StormSensor Brand Styling

Usage no npm install needed!

<script type="module">
  import stormsensorShimmer from 'https://cdn.skypack.dev/stormsensor-shimmer';
</script>

README

SHIMMER

Installing the module in your project

  1. npm install stormsensor-shimmer
  2. Add @import "../node_modules/stormsensor-shimmer/main.scss"; to your main scss file that is used throughout the app

When updating the module

Feature Development Protocol:

  1. Fetch and Pull from origin/master (here) to local dev to get latest.
  2. Create a branch on local dev and label it from ticket in JIRA. Otherwise use your initials and feature desc.
  3. Make changes/commits as needed for feature on branch locally
  4. Push branch commits to upstream origin (here)
  5. Create a Pull Request and select a reviewer for the PR
  6. Once your PR has been approved then merge/rebase changes into master.

Publishing to Npm

  1. Ensure you have an npm user account and have signed in from the CLI (and have verified your email address!)
  2. Update the version number in the module's package.json npm run version-bump
  1. Publish it to npm npm publish

npm update stormsensor-shimmer