docs: Update README.md

pull/6775/head
Nicolas Giard 2 years ago committed by GitHub
parent 960a8a03b2
commit e8cb5f9773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -90,13 +90,13 @@ The current stable release (2.x) is available at https://js.wiki
- Type "Run Task" and press Enter
- Select the task "Create terminals" and press Enter
1. Two terminals will launch in split-screen mode at the bottom of the screen. **Server** on the left and **UX** on the right.
1. In the left-side terminal (Server), run the command:
1. In the right-side terminal (UX), run the command:
```sh
npm run dev
npm run build
```
1. In the right-side terminal (UX), run the command:
1. In the left-side terminal (Server), run the command:
```sh
npm run dev
node run start
```
1. Open your browser to `http://localhost:3000`
1. Login using the default administrator user:
@ -133,7 +133,7 @@ Any change you make to the frontend will not be reflected on port 5000 until you
### pgAdmin
A web version of pgAdmin (a PostgreSQL administration tool) is available at `http://localhost:8000`. Use the login `dev` / `123123` to login.
A web version of pgAdmin (a PostgreSQL administration tool) is available at `http://localhost:8000`. Use the login `dev@js.wiki` / `123123` to login.
The server **dev** should already be available under **Servers**. If that's not the case, add a new one with the following settings:

Loading…
Cancel
Save