basecamp
Project setup
This will install all dependencies for you the basecamp.
npm install
Dev work
When working on new or existing components, its best to update your Storybook files to render the components out properly. This way you can actively see your changes before trying to install and use them elsewhere to test.
npm run storybook
Will start your storybook server on localhost:9000
to verify the UI.
Publishing
Work on your own branch, create a PR for your branch and get approvals. Once approved run npm run patch|minor|major
before merging with master to publish most updated version.