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