Skip to content

yupasik/grunge-football

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grunge Football

Getting started

Prerequisites

Python 3.12

Installation

Poetry is used for dependency management in this project. Instructions on how to install Poetry can be found here.

poetry 1.8.3

To install dependencies for Grunge Football using Poetry run:

poetry install --sync

Launch

docker-compose down && docker-compose up --build