From 6335f15640ad9e0c9e80e7404e14ce0bdac20cd4 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Mon, 24 Feb 2020 12:45:28 +0100 Subject: [PATCH] README: add $5 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 04b3d5621a..ebeabe6b0c 100644 --- a/README.md +++ b/README.md @@ -29,19 +29,19 @@ $ make init-secrets The full local system consists of a collection of backend services, as well as a web application. From the root of the project directory, run the following in a terminal to start up all backend services locally: ```bash -cd backend +$ cd backend -docker-compose up --build +$ docker-compose up --build ``` Once the backend services are up and running, open a separate terminal window and start the web app using the following commands from the project root: ```bash -cd frontend +$ cd frontend -yarn # may take a while +$ yarn # may take a while -yarn start +$ yarn start ``` The final `yarn start` command should open a local instance of Backstage in your browser, otherwise open one of the URLs printed in the terminal.