From d6210cd791d3691bf33fb4ef26cb4fbdd412101f Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Wed, 7 Mar 2018 14:11:40 -0500 Subject: [PATCH] Clarify changes to README in the To Build section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1731da94d..42da37313 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,12 @@ npm install ``` ### To Build -To build a version of the server on your local machine you can run this command: +To compile the source code into HTML and JavaScript bundles browsers can read, run this command: ```bash npm run build ``` -This constructs new files on your machine. If you want the files to only be in memory for testing purposes, consider skipping to the To Run section below. +If you want to run a server that rebuilds the files as you edit them, skip to the To Run section below. #### Warnings during npm install