An open API service indexing awesome lists of open source software.

https://github.com/calbabreaker/ranker

Elo-based ranking app for when you can't decide which is the best.
https://github.com/calbabreaker/ranker

Last synced: about 1 year ago
JSON representation

Elo-based ranking app for when you can't decide which is the best.

Awesome Lists containing this project

README

          

# Ranker

Elo-based ranking app for when you can't decide which is the best.

## Developing

Install dependencies:

```sh
pnpm install
```

To develop:

```sh
pnpm dev
```

To build for production (output in dist folder):

```sh
pnpm build
```