From: Jérôme Benoit Date: Sun, 3 Jul 2022 20:22:18 +0000 (+0200) Subject: Update README.md X-Git-Tag: v1.1.64~28 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=b5bd5435e6955706458b2d69fac9b6076750f918;p=e-mobility-charging-stations-simulator.git Update README.md Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index 448d9a82..7c8589c5 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Tweak them to your needs by following the section [configuration files syntax](R To start the program, run: `npm start`. -To start the program with a UI controller, run: `npm start:server`. +To start the program with a UI controller, run: `npm run start:server`. Then, start/stop the simulator by going to `https://` in a browser. Localhost port will default to 8080. For Cloud Foundry, the port is assigned based on the `process.env.PORT` environment variable. ## Configuration files syntax