diff --git a/README.md b/README.md index 7f5df64..17d50fc 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,16 @@ Web App um Reparaturtermine zu vereinbaren. For documentation see https://makes-hacks-hip.github.io/RepApp/. +## Setup for development + +- Clone repo +- python -m venv venv +- cd rc_hip +- python manage.py makemigrations +- python manage.py migrate +- python manage.py createsuperuser +- python manage.py runserver + ## Build Docker image - Build the image: `docker build -t repapp .`