@britannica/quiz-components
v2.2.0
Published
> React component library for Britannica and Merriam-Webster quizzes
Downloads
969
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 install
For local Storybook development:
npm run storybook
To run tests:
npm test
To build a development version of the lib:
npm run build
To build a production version of the lib:
npm run build -- --environment BUILD:production
Publishing to NPM
Description coming soon.