Skip to content

thameera/toolbox

Repository files navigation

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