Skip to content

Commit

Permalink
Add more context to run instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
laurapacilio committed Jul 2, 2021
1 parent 0fc32e5 commit 10ccf2b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.

0 comments on commit 10ccf2b

Please sign in to comment.