- Fork the Project
- Create your Feature Branch (
git checkout -b feature_a
) - Commit your Changes (
git commit -m 'Added new feature_a'
) - Push to the Branch (
git push origin feature_a
) - Open a Pull Request
After cloning the project to your machine, to install the dependencies, run:
npm install
To run storybook, run:
npm run start
To make sure your changes do not break any unit tests, run the following:
npm run test
Ensure to review the coverage directory for code coverage details.
To make sure your changes adhere to additional code quality standards, run the following:
npm run lint
npm run format
See the following for creating a new release: Releasing