Skip to content

Commit

Permalink
#4: Set up and maintain tests for the web app
Browse files Browse the repository at this point in the history
 - further changes to the instructions on how to locate the build result from Circle CI and how to serve the archive's contents
  • Loading branch information
dartandrevinsky committed Apr 22, 2021
1 parent cc203d4 commit 90be8f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 90be8f5

Please sign in to comment.