For use in Smarter Balanced
npm install --save @osu-cass/sb-components
Included in lib
- Please see docs
npm install
to setup development environment.npm run storybook
to launch the live demo.npm run test
to run snapshot testsnpm run test:prod
to run tests with no cachenpm run test -- -u
to update snapshot tests with new results (commit the .snap files).npm run storybook-publish
to publish storybook to gh-site/storybooknpm run tsdoc-publish
to publish TypeScript docs to gh-site/tsdocnpm run prepare
to determine if a npm publish would succeednpm run webpack
to run dev webpack outputs to libnpm run webpack:prod
to run production webpack outputs to lib