/troubleshooting-tool

:squirrel: Troubleshooting tool for product generates an alert whenever there is a service disruption.

Primary LanguageJavaScriptMIT LicenseMIT

🐾 ❓ :squirrel:

Troubleshooting Tool

Build Status

Troubleshooting Tool for product generates an alert whenever there is a service disruption.
This tool is questionnaire and gives the most likely root cause, possible root causes, and root causes that are not likely at all for the service disruption.

Online Demo

Troubleshooting Tool demo

alt text

Getting Started

npm run start Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Scripts

  • npm run start: Start development server with hot reloading. It runs on localhost:3000
  • npm run build: Build a Production version
  • npm run test: Run all unit tests
  • npm run test:coverage: Create a coverage report for the code and determine whether the coverage is high enough
  • npm run eject: Eject your app from the defaults. This is a one-way decision.
  • npm run predeploy: Build a Production version before deployment.
  • npm run deploy: Deploy Production version of the application.

Deploy to Production

  • npm run predeploy
  • npm run deploy

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.

TODO