Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 716 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 716 Bytes

simple-diff

simple-diff is a simple to use online diff tool.


Installation

Docker

Docker images are available on GHCR.

Compiling and running locally

Install all dependencies with npm

npm install

Run the app in the development mode. Open http://localhost:3000 to view it in the browser.

npm start

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

npm run build