From 63009005e6d853f377919f979ac19d132b4e9fe0 Mon Sep 17 00:00:00 2001 From: Jake Stockwin Date: Fri, 2 Oct 2020 17:09:28 +0100 Subject: [PATCH] Update README with some more install instructions (#740) --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3fc73c9e..9d3c1f47 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,17 @@ This app renders https://jazzband.co. ## Installation -Install Docker. Run `make build`. This will create a set of Docker -containers with all backends and dependencies. +Copy `.end-dist` to `.env`. + +Install Docker, docker-compose and NPM. + +Run `make build`. This will create a set of Docker containers with all backends +and dependencies. ## Running -Run `make run` to run the development server and worker. +Run `make run` to run the development server and worker. The website will be available +at localhost:5000. ## License