Skip to content

Commit 469907d

Browse files
authored
Merge pull request #16350 from guardian/arelra-patch-1
Update `run-prod-bundle-locally.md`
2 parents ffb6646 + 1b32a7f commit 469907d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

dotcom-rendering/docs/development/run-prod-bundle-locally.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Run the production bundle locally
22

3-
While slow to iterate, it can sometimes be useful to build and run the
4-
production build locally.
3+
It can be useful to build and run the production build locally.
54

65
To do this:
76

@@ -15,7 +14,9 @@ You can then use the provided POST endpoints for testing e.g.:
1514
/Article
1615
/Front
1716

18-
Unlike the DEV server, the DCAR PROD server does _not_ implement GET endpoints.
17+
## Notes
1918

20-
As in production, it expects the Frontend JSON data model to be
19+
The prod server does not have dev server functionality, so if you make changes you will need to rebuild and run.
20+
21+
The prod server does _not_ implement GET endpoints. Hence, as in production, the Frontend JSON data model will need to be
2122
`POSTed` to DCAR.

0 commit comments

Comments
 (0)