Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,23 @@ If it finds duplicates, they can be removed just pushing a button. And since it

## Try it

You can check it out on [https://spotify-dedup.com](https://spotify-dedup.com) or run it locally.
You can check it out on [https://spotify-dedup.com](https://spotify-dedup.com), or run it locally.

## Install and run

Install the dependencies:
1. Install the dependencies:

pnpm install
```sh
pnpm install
```

Run it:
2. Run it:

pnpm dev
```sh
pnpm dev
```

Then open http://localhost:3000 in a browser
3. Then, open http://localhost:3000 in a browser.

## Testing

Expand Down