Currently, Riot is a BYOB (Bring your Own Broker) setup. You can configure your MQTT connection in a .env file:
MQTT_HOST=mqtt://somehost
MQTT_USER=usename
MQTT_PASS=password
$ npm run watch
$ npm start
By default this will start on port 8080
but you can define a different port in your .env file.