Website made with Django + htmx to play the popular bunker game online with your friends
python >=3
- Clone the repository
- Install Django
Linux/MacOS
python -m pip install django
Windows
py -m pip install django
- Init the database
python manage.py migrate
- Start the project
python manage.py runserver
Website will be hosted at http://127.0.0.1:8000
For further details refer to Django documentation