Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 221 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 221 Bytes

griddle-earth

The text based adventures of a hungry adventurer through a fantasy land

Getting started

python3.9 -m venv venv
pip3 install -r requirements.txt

uvicorn backend.adapters.api.views:app --reload