X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=25fe10234969d7742380da6cc34a0aa2aa07bf47;hb=0a48f2b2d735de604a1604fd0e191212b355602f;hp=af3a0d0c151cd2b191a2636514fb479b0083049c;hpb=a9ec20187cb3f866506564c49ffa1f3ad705f25a;p=e-mobility-charging-stations-simulator.git diff --git a/README.md b/README.md index af3a0d0c..25fe1023 100644 --- 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://` in a browser. Localhost port will default to 8080. For BTP, the port is assigned based on the process.env.PORT environment variable. + ## Docker In the [docker](./docker) folder: