From fc55c33c90d62012971754f351f42faf23d271ba Mon Sep 17 00:00:00 2001 From: Santiago Lamora Date: Thu, 17 Mar 2022 22:52:05 +0100 Subject: [PATCH] Add reference to docker-compose (quickstart) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8bc4b11..55e1848 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # django musician Python code is written following [PEP 8](https://www.python.org/dev/peps/pep-0008/) sytle guide and it is based on [Django framework](https://djangoproject.com). +## Quickstart development +Start development environment based on docker compose by running: +```bash +docker-compose up +``` + ## How do I get set up? 1. Install Python and its packet manager (pip)