Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 1.4 KB

File metadata and controls

66 lines (37 loc) · 1.4 KB

Diff

build test codecov

📑 Compare the diff between 2 texts:

Install

Clone the repository:

git clone https://github.com/remarkablemark/diff.git
cd diff

Install the dependencies:

npm install

Run

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.

Open http://127.0.0.1:5173 to view it in the browser.

The page will reload if you make edits.

You will also see any errors in the console.

npm run build

Builds the app for production to the dist folder.

It correctly bundles in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

Your app is ready to be deployed!

npm run lint

Checks code quality.

npm run lint:tsc

Checks for type errors.

npm test

Runs tests.

License

MIT