Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aropan/clist
- Owner: aropan
- License: apache-2.0
- Created: 2019-05-16T22:57:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T12:41:20.000Z (5 months ago)
- Last Synced: 2024-09-14T22:53:11.179Z (5 months ago)
- Language: Python
- Homepage: https://clist.by
- Size: 10.8 MB
- Stars: 337
- Watchers: 5
- Forks: 35
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.