Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 351 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 351 Bytes

YoYo Games Sandbox Archive

A searchable archive of the old YoYo Games portal—check the site for more information on what it does.

It's a very simple a Flask project. For development I run it like so:

pip install -e .
FLASK_APP=app FLASK_ENV=development flask run