Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
> 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.