Differ is a tool for comparing two web pages.
- Side-by-Side Comparison: View two web pages simultaneously without juggling multiple tabs.
- SEO Comparison: Compare SEO elements between two web pages.
- Checks semantic differences: Differ highlights semantic differences between the two web pages.
- Snapshot Functionality: Grab screenshots of your comparisons for further analysis or sharing.
Before you get started, ensure that you have:
- Node.js (v14 or newer)
- npm (v6 or newer)
-
Clone the Repository:
git clone https://github.com/rostimelk/differ.git cd differ
-
Install Dependencies:
npm install
-
Launch the Development Server:
npm run dev
Now, head over to http://localhost:3000 in your browser to see Differ in action.