From 10ccf2bd7f5107148ec5b2ea430fea17ce00d681 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 2 Jul 2021 12:26:33 -0400 Subject: [PATCH] Add more context to run instructions --- website/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/README.md b/website/README.md index 3f29b878e..b15dd594d 100644 --- a/website/README.md +++ b/website/README.md @@ -25,4 +25,8 @@ You should preview all of your changes locally before creating a pull request. T **Launch Site Locally** -Navigate into your local `terraform` top-level directory and run `make website`. Preview the site at http://localhost:4567. \ No newline at end of file +1. From terminal, navigate into your local `terraform` top-level directory and run `make website`. +3. Open `http://localhost:4567` in your web browser. +4. When you're done with the preview, press ctrl-C in your terminal to stop the server. + +While the preview is running, you can edit pages and Middleman will automatically rebuild them.