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

https://github.com/winstxnhdw/c2-leaderboard

Online/offline leaderboard for C2
https://github.com/winstxnhdw/c2-leaderboard

flask postgresql

Last synced: about 1 month ago
JSON representation

Online/offline leaderboard for C2

Awesome Lists containing this project

README

        

# C2-leaderboard

This repository contains the cloud leaderboard implementation for [C2](https://github.com/winstxnhdw/C2). The local leaderboard can be found in the [windows-local](https://github.com/winstxnhdw/C2-leaderboard/tree/windows-local) branch.

## Install Docker for Linux

The installation script only supports Arch or Ubuntu. If you are on any other platform, you will have to install Docker manually [here](https://docs.docker.com/get-docker/).

```bash
sh requirements.sh
```

## Development

```bash
sh launch.sh
```