This is the codebase for the game which will be played throughout the Thalia lustrum. It is made with Django and it uses Tailwindcss
Tools and packages required to successfully install this project. For example:
- Linux or windows
- Python 3.9 and up
- NPM or Yarn
A step by step list of commands / guide that informs how to install an instance of this project.
$ pip install pipenv
$ pipenv shell
$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py runserver
$ pipenv shell
$ python manage.py tailwind install
$ python manage.py tailwind start
For Docker
docker compose build
docker compose up
docker-compose run web python3 manage.py migrate
docker-compose run web python3 manage.py tailwind build
Julian van der Horst – julian "at" vdhorst "dot" dev
You can find me here at: Github