React components for the dsmjs.com site
Usage
Installation
$ npm install @dsmjs/components --save-prod
Contribution
Find common contributing details in our organization-level contribution guide and project specific details below.
Dependencies
Use nvm to enable the expected version of node
Install npm packages
View the components in isolation locally
Navigate to the running instance of storybook
Development
Find details about the project structure and more specific details about our approach to building components here.
Verification
Ensure that your changes pass the automated verification scripts
👀 Note: The verification script is executed automatically as a
pre-commit hook.
We leverage husky to configure git hooks
like this automatically for you.