API Hub for Contract Testing DocumentationAPI Hub for Contract Testing UniversityConsumer-Driven Contract Testing CI/CDSetup Local DevelopmentInstall dependenciesInstall dependenciesClone the repositories on to your local machine.git clone git@github.com:<YOUR_GITHUB_USERNAME>/example-consumer.git git clone git@github.com:<YOUR_GITHUB_USERNAME>/example-provider.gitInstall the dependencies in each project.cd example-consumer npm install cd ../example-provider npm install