Fix dev docs (#4132)

* Move .config/README.md to js/README.md

* Link js/README.md from CONTRIBUTING.md

* Update CHANGELOG.md

---------

Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
This commit is contained in:
Yuichiro Tachibana (Tsuchiya) 2023-05-10 00:38:38 +03:00 committed by GitHub
parent 128668d88a
commit d2314f9442
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 5 deletions

View File

@ -36,6 +36,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:

View File

@ -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: