text-comparator
v0.0.1
Published
A text comparator based on the [LCS](https://en.wikipedia.org/wiki/Longest_common_subsequence_problem) finding algorithm.
Readme
Compare text
A text comparator based on the LCS finding algorithm.

Development
Clone this repository, if you didn't it
git clone https://github.com/yurimikushov/compare-text.gitInstall deps
npm iSet up git hooks by husky
npm run prepareRun the app in development mode on localhost:3000
npm run devOr build the app for production to the build folder
npm run build