Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 643 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 643 Bytes

RecipeRadar Diagnostics

This service provides tools and information that aid investigation of data quality and application stability issues.

Install dependencies

Make sure to follow the RecipeRadar infrastructure setup to ensure all cluster dependencies are available in your environment.

Development

To install development tools and run linting and tests locally, execute the following commands:

$ make lint tests

Local Deployment

To deploy the service to the local infrastructure environment, execute the following commands:

$ make
$ make deploy