feat(build, aboutModal, helpers): issues/29 version display #31
+293
−42
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What's included
Notes
package.json
file... the hash pulls from the last commit. This may need to be flipped over to pulling from the tag instead, but for this round the intention is to keep package.json in sync.How to test
Coverage and basic unit test check
$ npm install
or$ yarn
$ npm test
or$ yarn test
Interactive unit test check
$ npm install
or$ yarn
$ npm run test:dev
or$ yarn test:dev
Run the UI
$ yarn
, if you don't have yarn installed you can use brew or$ npm install yarn -g
, next$ yarn start:review
... this should compile the image, then run the container with the latest changesExample
Local run staging example
Local run review example
Updates issue/story
#29