Clone the Repository
To install the dependencies, run the following command in the repository root
npm install
Edit the ports in config.json if necessary
{
"webPort": [[the port the webserver will use]],
"outgaugePort": [[the port the outgaugeserver will use]]
}
Start the server
node server.js
Happy driving :)