Unverified Commit e8cb5f97 authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

docs: Update README.md

parent 960a8a03
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment