1.5.1 • Published 4 years ago

@smarterbalanced/sb-components v1.5.1

Weekly downloads
1
License
MPL-2.0
Repository
github
Last release
4 years ago

npm version Build Status

Smarter Balanced Components

For use in Smarter Balanced

Documentation Status Coverage Status Codacy Badge codebeat badge

Getting Started

Install sb-components using npm:

npm install --save @smarterbalanced/sb-components

Typings

Included in lib

Usage

  • Our github pages site for this repo will link you to storybook, the project documentation, and component documentation. Access it here

Scripts

  • npm install to setup development environment.
  • npm run storybook to launch the live demo.
  • npm run test to run snapshot tests
  • npm run test:prod to run tests with no cache
  • npm run test -- -u to update snapshot tests with new results (commit the .snap files).
  • npm run storybook-publish to publish storybook to gh-site/storybook
  • npm run tsdoc-publish to publish TypeScript docs to gh-site/tsdoc
  • npm run prepare to determine if a npm publish would succeed
  • npm run webpack to run dev webpack outputs to lib
  • npm run webpack:prod to run production webpack outputs to lib

Contribute

Links