Skip to content

FedotCompot/bunkersite

Repository files navigation

Bunker

Website made with Django + htmx to play the popular bunker game online with your friends

Requirements

python >=3

Installation

  1. Clone the repository
  2. Install Django

Linux/MacOS python -m pip install django

Windows py -m pip install django

  1. Init the database

python manage.py migrate

  1. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages