A web app for comparing two portions of text using react-diff-viewer-continued.
- Live demo at diff.gock.net hosted on Vercel.
- Supports drag and drop of files into the
textareavia react-dropzone-textarea. Disclosure: I'm the author of the library. - Supports multiple spreadsheet formats. Currently, it only reads the first worksheet for multi-sheet workbooks.
Install pnpm
npm install -g pnpm
Install dependencies:
pnpm install
Run:
pnpm start
Build production ready static files to dist/:
pnpm build
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 )