From d324641d98faf6310ea70f1e70ae51cc663f23cf Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Mon, 11 Mar 2019 16:22:47 +0100 Subject: [PATCH] Fix rST. --- README.rst | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/README.rst b/README.rst index 9605ecd..8bd3f89 100644 --- a/README.rst +++ b/README.rst @@ -34,35 +34,25 @@ To Create the database (only once) run: make database ``` -To start the containers (Backend, Celery, Redis, Postgres) run: +To start the containers (Backend, Celery, Redis, Postgres) run:: -``` -make up -``` + make up -To also run the webpack devserver please run in parallel: +To also run the webpack devserver please run in parallel:: -``` make devserver -``` -To enter the container and run a bash shell run: +To enter the container and run a bash shell run:: -``` -make bash -``` + make bash -and then run this inside the container: +and then run this inside the container:: -``` -npm install -``` + npm install -To run the tests (from the host machine) run: +To run the tests (from the host machine) run:: -``` -make test -``` + make test Issues & questions ------------------