Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aropan/clist

Your comprehensive guide to global programming contests. Track events, get details, and never miss a competition.
https://github.com/aropan/clist

Last synced: 4 months ago
JSON representation

Your comprehensive guide to global programming contests. Track events, get details, and never miss a competition.

Awesome Lists containing this project

README

        

### Run locally

You need `python3` (more fresher is better, tested on 3.10) and `docker` (with `docker compose` v2).

* Clone fork with `--recursive`:
```
git clone --recursive [email protected]:aropan/clist.git
cd clist
```

* Set default variables and build dev container (you can always press Enter and leave the defaults as they are):
```
python3 ./configure.py
```

* Run dev container:
```
docker compose up --build dev
```

* Open [http://localhost:10042/](http://localhost:10042/) and enjoy.