-
Notifications
You must be signed in to change notification settings - Fork 22.9k
feat: use fred by default #40961
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: use fred by default #40961
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
Migrates the `yarn start` command to the new MDN front end (fred). See also: https://github.com/mdn/fred/ The existing command is preserved with a `:legacyi` suffix for now.
d2781da
to
55f9f54
Compare
Preview URLs
Flaws (5)Note! 2 documents with no flaws that don't need to be listed. 🎉 URL:
URL:
URL:
External URLs (3)URL:
URL:
(comment last updated: 2025-09-03 16:10:31) |
2d2714f
to
784d15b
Compare
This reverts commit c17a279.
@LeoMcA This is ready for review now! 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good stuff! I'll let you merge in case there's any final approval required from content, or you want to launch with certain timing 🚀
Description
Makes fred the default frontend for:
yarn start
scriptpr-test
workflow (used by thepr-review-companion
)See also: https://github.com/mdn/fred/
Note: The existing
start
script is preserved asstart:legacy
for now, but will be removed soon.Motivation
Ensures that PR authors, and reviewers have an experience that is consistent with the deployed MDN site.
Additional details
Related issues and pull requests
Fixes mdn/fred#667.