$ npm i -g dojodojo
You should configure a dojodojo.json in the folder that you wanna start a dojo session with the participants informations like this:
{
"participants": [
{
"username": "Henri Cavalcante",
"email": "[email protected]",
"active": true
},
{
"username": "Danilo Thiago",
"email": "[email protected]",
"active": true
},
{
"username": "Leandro Fortaleza",
"email": "[email protected]",
"active": true
},
{
"username": "Micael Souza",
"email": "[email protected]",
"active": true
},
{
"username": "Emmerson Siqueira",
"email": "[email protected]",
"active": false
}
],
"time": 30000
}
$ dojodojo