Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ After completing all the relevant [Before you start](#before-you-start) steps ab
# Start the app on port 3000
foreman start

# Alternatively, to start the app on a port other than 3000 (e.g. 3010)
# Alternatively, to start the app on a port other than 3000, such as 3010
WEB_PORT=3010 foreman start
```

**Note:** After stopping the non-containerized server, simply run your `foreman start` command again to re-start the server again. If, however, the `foreman start` command fails to run successfully, try re-running the `bin/setup` command again to update any dependencies before running your `foreman start` command again.
**Note:** After stopping the non-containerized server, run your `foreman start` command to restart it. If the `foreman start` command fails, try re-running `bin/setup` to update any dependencies before starting the server again.

For containerized development, run the following:

Expand Down