Selaa lähdekoodia

docs: Update README.md

Nicolas Giard 2 vuotta sitten
vanhempi
sitoutus
e8cb5f9773
1 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 5 5
      README.md

+ 5 - 5
README.md

@@ -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: