| 1 | Harness for testing local changes to the `react-devtools-inline` and `react-devtools-shared` packages. |
| 2 | |
| 3 | ## Development |
| 4 | |
| 5 | This target should be run in parallel with the `react-devtools-inline` package. The first step then is to run that target following the instructions in the [`react-devtools-inline` README's local development section](../react-devtools-inline/README.md#local-development). |
| 6 | |
| 7 | The test harness can then be run as follows: |
| 8 | ```sh |
| 9 | cd packages/react-devtools-shell |
| 10 | |
| 11 | yarn start |
| 12 | ``` |
| 13 | |
| 14 | Once you set both up, you can view the test harness with inlined devtools in browser at http://localhost:8080/ |