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.
- Host: GitHub
- URL: https://github.com/calbabreaker/ranker
- Owner: Calbabreaker
- License: mit
- Created: 2022-04-09T02:35:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T05:39:38.000Z (almost 4 years ago)
- Last Synced: 2025-02-12T11:14:26.274Z (over 1 year ago)
- Language: Svelte
- Homepage: https://calbabreaker.github.io/ranker
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```