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 dev
Open http://localhost:8888 with your browser to visit the app.
Run the tests with:
npm test
Or run the tests in watch mode with:
npm run test:watch