React component library for Britannica and Merriam-Webster quizzes
Description coming soon.
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
Description coming soon.