/diff-text

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

Primary LanguageJavaScriptMIT LicenseMIT

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

If required, use the following Netlify build command

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

References