WS-NA: Updates nextJS localhost links for improved onboarding [copilot]#13907
Open
Isabella-Mitchell wants to merge 3 commits intolatestfrom
Open
WS-NA: Updates nextJS localhost links for improved onboarding [copilot]#13907Isabella-Mitchell wants to merge 3 commits intolatestfrom
Isabella-Mitchell wants to merge 3 commits intolatestfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Simorgh documentation to better reflect local development with the Next.js app (port 7081) alongside the existing Express app (port 7080), improving onboarding and providing clearer local route examples.
Changes:
- Updates local dev instructions in
README.mdto run both apps and points key example routes atlocalhost:7081. - Updates “Most Read” and “On Demand” localhost links in the release info table to use the Next.js port (
7081).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/Simorgh-Release-Info.mdx | Switches several “Local” route examples (notably Most Read / On Demand) to localhost:7081 to align with Next.js serving those routes. |
| README.md | Adjusts onboarding/local dev instructions and example localhost links to reflect running Next.js on 7081 (and Express on 7080). |
louisearchibald
approved these changes
Apr 14, 2026
hotinglok
approved these changes
Apr 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves JIRA: WS-NA
Summary
Updates NextJS references to bring slight clarity to Simorgh Readme for improved onboarding. (Have kept it light touch since I'm anticipating a lot more could change once we've fully migrated of Express)
Code changes
yarn dev:allto run both express and nextJS apps.Testing
Useful Links