Skip to content

jjzhuo/TextCompare

Repository files navigation

TextCompare

Try it: https://text-compare.fly.dev/

Screenshot 2023-05-28 at 3 26 56 PM

Project Setup if you want to build and run it yourself

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build
npm run start