This tool acts as the user interface for operating SJSU Robotic's University Rover Challenge Mars rover remotely.
Download this repository into the folder of your choice, and navigate to the root folder of the repository in a command line tool.
Execute npm install
to download and install dependencies.
To launch the user interface, from the root folder of the repository execute npm run dev
To communicate with the rover, follow the installation and usage guides for the command server.