-
First install node.js from here
-
Then run the following command:
git clone https://github.com/roboticsatiowa/User_Interface.git -
Next navigate into the repository
cd User_Interface -
Then install the node.js dependancies using this command
npm install -
The project is now ready to be run. Using the following command
npm start
index.js is the entry point for this project. The command npm start
is set up to run electron . which then starts the window. html/index.html.