Update react readme instructions (#14839)

This commit is contained in:
Adrian Machado 2025-09-23 12:32:56 -07:00 committed by GitHub
parent b0c9662be7
commit 30c16d2e6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,13 +36,7 @@ from organizations operating DataHub. Two themes have emerged to serve as guidep
### Quick Start
Navigate to the `docker` directory and run the following to spin up the react app:
```
./quickstart.sh
```
at `http://localhost:9002`.
Follow the instructions [here](https://docs.datahub.com/docs/developers#building-the-project) to build and deploy your project locally. The initial build might take a while. You will be able to navigate to the application at `http://localhost:9002`.
If you want to make changes to the UI see them live without having to rebuild the `datahub-frontend-react` docker image, you
can run the following in this directory: