A set of debugging tools that include various parsers, converters, and diff tools.
Clone the repository and run npm install to install the dependencies.
Running the project:
npm run devOpen http://localhost:8888 with your browser to visit the app.
Run the tests with:
npm testOr run the tests in watch mode with:
npm run test:watch