Skip to content

honno/yygarchive.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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