Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 512 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 512 Bytes

HIG Acceptance app

This package is for use by developers and designers to get feedback on components in development.

Setup

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

Starting the server

To see the acceptance app running in development run the following:

yarn start

Deploying

Host work from this branch on the cloud to get feedback.

yarn deploy