https://yourapps.cyou - this is the source code running it!
First, you will need python - We use 3.9 on production, however 3.8 should work.
On windows:
> git clone https://github.com/dragdev-studios/yourapps.cyou.git
> cd yourapps.cyou
> pip install -Ur requirements.txt
> py main.py
On linux:
$ git clone https://github.com/dragdev-studios/yourapps.cyou.git
$ cd yourapps.cyou
$ python3 -m pip install -Ur requirements.txt
$ python3 main.py