Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 434 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 434 Bytes

A set of debugging tools that include various parsers, converters, and diff tools.

Development

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.

Testing

Run the tests with:

npm test

Or run the tests in watch mode with:

npm run test:watch