Skip to content

Commit 87b0e73

Browse files
authored
Merge branch 'master' into bb/form-access-get-api-key-ldap-groups
2 parents f057140 + 211aa70 commit 87b0e73

File tree

5 files changed

+3503
-10805
lines changed

5 files changed

+3503
-10805
lines changed

console2/README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Concord UI
22

3-
Uses https://github.com/facebook/create-react-app/ as the boilerplate.
4-
53
## Prerequisites
64

75
- Node 20 or greater, available in `$PATH`;
@@ -27,11 +25,10 @@ In the dev mode the UI is served by running `npm start`.
2725
First time:
2826
```bash
2927
$ npm ci
30-
$ npm start
28+
$ npm run dev
3129
```
3230

33-
The browser should automatically open on http://localhost:3000
34-
(the initial load might take a while, especially on slower machines).
31+
Open http://localhost:3000.
3532

3633
The `ci` step can be skipped for subsequent runs.
3734

@@ -69,9 +66,3 @@ concord-server {
6966
```
7067

7168
Use [./public/cfg.js](./public/cfg.js) as an example.
72-
73-
## Custom Server URL
74-
75-
The `proxy` property in the [package.json](./package.json) file is used to
76-
proxy API requests to the server. It can be used to point the UI in dev mode to
77-
another server.

0 commit comments

Comments
 (0)