diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bbe6d37c45f..cfbf47626cb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ No changes to highlight. - Updates gradio's requirements.txt to requires uvicorn>=0.14.0 by [@abidlabs](https://github.com/abidlabs) in [PR 4086](https://github.com/gradio-app/gradio/pull/4086) - Updates some error messaging by [@abidlabs](https://github.com/abidlabs) in [PR 4086](https://github.com/gradio-app/gradio/pull/4086) - Renames simplified Chinese translation file from `zh-cn.json` to `zh-CN.json` by [@abidlabs](https://github.com/abidlabs) in [PR 4086](https://github.com/gradio-app/gradio/pull/4086) +- Move `.config/README.md` to `js/README.md` and link it from `CONTRIBUTING.md` by [@whitphx](https://github.com/whitphx) in [PR 4132](https://github.com/gradio-app/gradio/pull/4132). ## Contributors Shoutout: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bc9c671d5420..c8ac1ec3dfaf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,11 +46,7 @@ bash scripts/create_test_requirements.sh gradio app.py ``` -- You can also start a local frontend development server (on port 3000 by default) that responds to any changes in the frontend. - -``` -bash scripts/run_frontend.sh -``` +- To develop the frontend app, you should also follow [js/README.md](js/README.md). - To run all of the tests, do: diff --git a/.config/README.md b/js/README.md similarity index 100% rename from .config/README.md rename to js/README.md