From 11794bc452656a4407329802a44a3e8801a0c510 Mon Sep 17 00:00:00 2001 From: 1996dylanriley Date: Thu, 13 Feb 2020 15:26:58 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bf4605e9..999e57d8 100644 --- a/README.md +++ b/README.md @@ -89,9 +89,7 @@ VS Code, extension(s) - TODO add extensions.json ## Local development -You can run each part of the application (CMS, lambdas, S3 etc) independently. See each of the sections below for detailed steps. - -However, the easiest way to run the [lambdas](#lambdas) via Visual Studio and the [rest of the app](#rest-of-the-app) via Docker: +Run the [lambdas](#lambdas) via Visual Studio and the [rest of the app](#rest-of-the-app) via Docker: ### Lambdas @@ -181,4 +179,4 @@ Each of these ports is exposed to the host machine. This means you can view each - http://localhost:9000 to browse the MinIO server - http://localhost:8000 to view the static website. -> Note: the first time you do this it will **take a while**. This is because it needs to download all the required images. Subsequent runs will use cached images so will be quicker. \ No newline at end of file +> Note: the first time you do this it will **take a while**. This is because it needs to download all the required images. Subsequent runs will use cached images so will be quicker.