Skip to content

andygock/diff-text

Repository files navigation

diff-text

A web app for comparing two portions of text using react-diff-viewer-continued.

Screenshot

Screenshot

Features

Install and build

Install pnpm

npm install -g pnpm

Install dependencies:

pnpm install

Run:

pnpm start

Build production ready static files to dist/:

pnpm build

Testing

This project uses Vitest with React Testing Library.

Run the full test suite:

pnpm test

Run tests in watch mode:

pnpm test:watch

If required, use the following Netlify build command

pnpm build || ( npm install pnpm && pnpm build )

References

About

A web app for visually comparing two portions of text, compatible with common spreadsheet formats.

Topics

Resources

License

Stars

Watchers

Forks

Contributors