mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-19 12:00:39 +08:00
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:
parent
128668d88a
commit
d2314f9442
@ -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:
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user