2
0
mirror of https://github.com/gradio-app/gradio.git synced 2025-03-19 12:00:39 +08:00

Update CONTRIBUTING.md

This commit is contained in:
Abubakar Abid 2021-12-28 22:54:57 -06:00 committed by GitHub
parent 3cc2e34c5a
commit 878808b03f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,6 +7,7 @@ Next, to install the local development version of Gradio:
When installing locally, you may also need to build the front end:
* Navigate to the `/frontend` subfolder and run `npm install`.
* Then run `npm run build`.
* Then you can run `npm run start` to start a local development server (on port 3000) that responds to any changes in the frontend
### Structure of the Repository