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