digital-dream-labs / vector-web-setup

Tool to perform initial configuration of Vector robots.
MIT License
65 stars 57 forks source link

Added port code #5 #17

Closed anant-kaushik closed 4 years ago

anant-kaushik commented 4 years ago

Now you can serve the vector-web-setup on any port using vector-web-setup serve -p 80. If the port is not specified 8000 used as the default.

The pull request contains reformated js and HTML to allow more readability.