Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/reference/alpha-web-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ When you start the React app, it will look for `project-list.json` to find a lis
}
```

* **Note** - `registryPath` only supports a file location or a url.

Then start the React App

```bash
Expand Down
2 changes: 2 additions & 0 deletions ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ When you start the React app, it will look for `projects-list.json` to find a li
}
```

* **Note** - `registryPath` only supports a file location or a url.

```
// Start the React App
yarn start
Expand Down