@britannica/quiz-components
v2.5.0
Published
> React component library for Britannica and Merriam-Webster quizzes
Keywords
Readme
@britannica/quiz-components
React component library for Britannica and Merriam-Webster quizzes
Using the library
Description coming soon.
Contributing
There are a few useful commands to know while developing.
To get up and running:
npm installFor local Storybook development:
npm run storybookTo run tests:
npm testTo build a development version of the lib:
npm run buildTo build a production version of the lib:
npm run build -- --environment BUILD:productionPublishing to NPM
Description coming soon.
