Added start/stop capabilities through http
[e-mobility-charging-stations-simulator.git] / README.md
index af3a0d0c151cd2b191a2636514fb479b0083049c..0a2d921097ff822eba71997f1efce619e37cb3bc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -241,6 +241,9 @@ The syntax is similar to the charging station configuration template 'Configurat
 
 To start the program, run: `npm start`.
 
+To start the program with a UI controller, run: `npm start:server`.
+Then, start/stop the simulator connections by going to `https://<hostname:port>` in a browser.
+
 ## Docker
 
 In the [docker](./docker) folder: