Skip to content

Commit

Permalink
Fix dev docs (#4132)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
2 people authored and dawoodkhan82 committed Jun 2, 2023
1 parent 1c4a8b6 commit 287a210
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -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:

Expand Down
6 changes: 1 addition & 5 deletions CONTRIBUTING.md
Expand Up @@ -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:

Expand Down
File renamed without changes.

0 comments on commit 287a210

Please sign in to comment.