From 90be8f5499a9cd0784537d3dc56724d21a9583d5 Mon Sep 17 00:00:00 2001 From: "Andrew Revinsky (DART)" Date: Fri, 23 Apr 2021 00:04:07 +0300 Subject: [PATCH] #4: Set up and maintain tests for the web app - further changes to the instructions on how to locate the build result from Circle CI and how to serve the archive's contents --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f87299e..304b762 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ The build folder is ready to be deployed. If run by a Circle CI, the contents of You may serve the contents of this folder with a static server: ```shell -npm install -g serve # if 'serve' is not installed -serve -s build # or the actual name of the folder +npm install -g serve # if 'serve' is not installed +serve -s build # assuming the folder is called "build" ``` When the `serve` command is run, the following output will inform you of how to view the web application: