$ npm install cauldron-react --save
NOTE: it is expected that you include the css from deque-pattern-library
To document through example and make development / manual testing easy, there is a demo app which can be started by executing:
$ yarn dev
see the demo/
directory
$ yarn build
NOTE: for production build run $ yarn prepack
$ yarn test
or to have tests automagically re-run when files change
$ yarn test --watch