This package is for use by developers and designers to get feedback on components in development.
Rendering components in development on the current branch requires some set up.
cd ../node_modules/react
yarn link
cd ../../acceptance
yarn bootstrap
yarn link react
To see the acceptance app running in development run the following:
yarn start
Host work from this branch on the cloud to get feedback.
yarn deploy