Description
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:
yarn build-for-flight-dev
npx pushstate-server .
- 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!