Compare commits

...

2 Commits

Author SHA1 Message Date
a98db934f0 Updated README.md 2023-07-27 12:11:09 +02:00
ed9768ab27 Removed unused favicon 2023-01-28 17:40:47 +01:00
3 changed files with 13 additions and 2 deletions

View File

@ -1,2 +1,14 @@
# ALCompare
Compare AniList progress.
Compare AniList progress with your friends.
![](assets/screenshot.png)
## Dependencies
- [pnpm](https://github.com/pnpm/pnpm)
- [node](https://github.com/nodejs/node)
## Getting started
```sh
pnpm i
pnpm dev
```

BIN
assets/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 KiB

View File

@ -2,7 +2,6 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ALCompare: Compare AniList progress</title>
</head>