Skip to content
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

[Suggestion]: Where can I find the "How to Contribute > Development Workflow" guide on the new react.dev website? #7383

Open
devisnojam opened this issue Dec 21, 2024 · 0 comments

Comments

@devisnojam
Copy link

Summary

Where can I find the "How to Contribute > Development Workflow" guide on the new react.dev website?

Page

No response

Details

Hello,
I am trying to study the internal workings of various functions provided by React by forking the React GitHub repository.

However, I couldn’t find the relevant guide on the new react.dev site, while it was available on the previous official React site:
(https://legacy.reactjs.org/docs/how-to-contribute.html#development-workflow)

For now, I tried the method mentioned in the guide on the old site to run it in the local environment:
fixtures/packaging/babel-standalone/dev.html.

Here are the steps I followed:

  1. yarn build-for-flight-dev
  2. npx pushstate-server .
  3. Accessing via the browser: http://localhost:9000/fixtures/packaging/babel-standalone/dev.html

I ran these commands in the terminal in order, but encountered an HTTP 404 error stating that the path couldn’t be found.

If there is an updated version of the documentation, I would appreciate it if you could let me know.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant