Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 508 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 508 Bytes

YourApps Website

https://yourapps.cyou - this is the source code running it!

Running it yourself

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