diff --git a/README.md b/README.md index b2cc865..4e691d7 100644 --- a/README.md +++ b/README.md @@ -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 +``` \ No newline at end of file diff --git a/assets/screenshot.png b/assets/screenshot.png new file mode 100644 index 0000000..8a834cb Binary files /dev/null and b/assets/screenshot.png differ